Skip to content
Snippets Groups Projects
Commit 131df620 authored by farhaven's avatar farhaven
Browse files

Pull only packages without updating src

parent b2b8ba1f
No related branches found
No related tags found
1 merge request!6Add CI
Pipeline #262 failed
......@@ -13,7 +13,7 @@ before_script:
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
- ln -svf $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
- cd $GOPATH/src/$REPO_NAME
- go get -f -x -u $REPO_NAME
- go get -x -t $REPO_NAME
stages:
- test
......
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