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

Clean up debugging

parent 892e242a
No related branches found
No related tags found
1 merge request!4Update go.mod, fix build
......@@ -16,8 +16,6 @@ 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
......@@ -27,9 +25,6 @@ before_script:
- make dep
- ls -la $GOPATH/bin
- find / -type f -name gox
unit_tests:
stage: test
script:
......
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