mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2024-11-10 18:06:25 +00:00
changed image in gitlab-ci.yml
This commit is contained in:
parent
9338255ac7
commit
1c4c2ce046
@ -1,10 +1,9 @@
|
|||||||
image: golang:alpine
|
image: golang:1.9
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --update git make
|
|
||||||
- go get -u github.com/kardianos/govendor
|
- go get -u github.com/kardianos/govendor
|
||||||
- mkdir -p /go/src/github.com/partitio
|
- mkdir -p /go/src/github.com/partitio
|
||||||
- cp -r $CI_PROJECT_DIR /go/src/github.com/partitio/gonextcloud
|
- cp -r $CI_PROJECT_DIR /go/src/github.com/partitio/gonextcloud
|
||||||
|
Loading…
Reference in New Issue
Block a user