Skip to content
Snippets Groups Projects
Commit 3d199412 authored by Valentin Hristev's avatar Valentin Hristev
Browse files

Update .gitlab-ci.yml

parent 7f441647
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ build:
- id
- pwd
- go env
- export PATH=$PATH:/home/gitlab-runner/go/bin
- export GOPATH="/home/gitlab-runner/go"
- echo $GOPATH
- cd $GOPATH/src
......@@ -24,5 +25,6 @@ build:
- cp -rf $CI_PROJECT_DIR $CI_PROJECT_NAME
- cd $CI_PROJECT_NAME
script:
- sudo go get -u github.com/golang/dep/cmd/dep
- sudo make
\ No newline at end of file
- go get -u github.com/golang/dep/cmd/dep
- ls -l $GOPATH/bin/
- make
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment