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

Update .gitlab-ci.yml

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