Upstream sync

This commit is contained in:
Senad Uka
2018-05-18 18:55:00 +02:00
parent 2e5444bed8
commit a9f113b9e9
17 changed files with 227 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ pipelines:
master:
- step:
script:
- curl https://glide.sh/get | sh
- curl https://glide.sh/get -L -o - | sh
- mkdir -p /go/src/bitbucket.org/nemt/nemt-portal-api
- pwd
- ls -al
@@ -33,7 +33,7 @@ pipelines:
development:
- step:
script:
- curl https://glide.sh/get | sh
- curl https://glide.sh/get -L -o - | sh
- mkdir -p /go/src/bitbucket.org/nemt/nemt-portal-api
- pwd
- ls -al