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

Clean up debugging

parent 892e242a
Branches
No related tags found
1 merge request!4Update go.mod, fix build
...@@ -16,8 +16,6 @@ stages: ...@@ -16,8 +16,6 @@ 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
...@@ -27,9 +25,6 @@ before_script: ...@@ -27,9 +25,6 @@ before_script:
- make dep - make dep
- ls -la $GOPATH/bin
- find / -type f -name gox
unit_tests: unit_tests:
stage: test stage: test
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment