mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2024-11-06 03:36:25 +00:00
Updated gitlab address in .gitlab-ci.yml and reset config.yml changes
This commit is contained in:
parent
359e15bfb2
commit
89cab88299
@ -7,8 +7,8 @@ before_script:
|
||||
- go get -u golang.org/x/lint/golint
|
||||
- go get -u github.com/kardianos/govendor
|
||||
- mkdir -p /go/src/github.com/partitio
|
||||
- cp -r $CI_PROJECT_DIR /go/src/github.com/partitio/gonextcloud
|
||||
- cd /go/src/github.com/partitio/gonextcloud
|
||||
- cp -r $CI_PROJECT_DIR /go/src/gitlab.adphi.fr/partitio/Nextcloud-Partitio/gonextcloud
|
||||
- cd /go/src/gitlab.adphi.fr/partitio/Nextcloud-Partitio/gonextcloud
|
||||
- sed -i -e 's/$NEXTCLOUD_URL/'${NEXTCLOUD_URL//\//\\/}'/g' config.yml
|
||||
- sed -i -e 's/$NEXTCLOUD_PASSWORD/'${NEXTCLOUD_PASSWORD}'/g' config.yml
|
||||
- make dep
|
||||
|
Loading…
Reference in New Issue
Block a user