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

Debug failing builds

parent bd6657e6
No related branches found
No related tags found
1 merge request!4Update go.mod, fix build
Pipeline #4819 failed with stages
in 2 minutes and 7 seconds
......@@ -16,6 +16,8 @@ stages:
- build
before_script:
- echo $GOPATH
- echo $PATH
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
- cp -R $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
- cd $GOPATH/src/$REPO_NAME
......
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