Skip to content
Snippets Groups Projects
Commit af4555f9 authored by Erick Hitter's avatar Erick Hitter
Browse files

Symlink is ignored

parent 71925def
No related branches found
No related tags found
1 merge request!4Better CI
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
...@@ -17,7 +17,7 @@ stages: ...@@ -17,7 +17,7 @@ stages:
before_script: before_script:
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME) - mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
- ln -svf $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME - cp -R $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
- cd $GOPATH/src/$REPO_NAME - cd $GOPATH/src/$REPO_NAME
- make dep - make dep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment