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

Debug failing builds

parent bd6657e6
Branches
Tags
1 merge request!4Update go.mod, fix build
Pipeline #4819 failed
...@@ -16,6 +16,8 @@ stages: ...@@ -16,6 +16,8 @@ stages:
- build - build
before_script: before_script:
- echo $GOPATH
- echo $PATH
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME) - mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
- cp -R $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment