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

Include `before_script` segment that I thought wasn't needed

parent 43ab89ef
No related branches found
No related tags found
Loading
Pipeline #
......@@ -7,9 +7,9 @@ image: golang:latest
# the default GOPATH being /go, then you'd need to have your
# repository in /go/src/mydomainperso.com/repos/projectname
# Thus, making a symbolic link corrects this.
# before_script:
# - ln -s /builds /go/src/mydomainperso.com
# - cd /go/src/mydomainperso.com/repos/projectname
before_script:
- ln -s /builds /go/src/git.ethitter.com
- cd /go/src/git.ethitter.com/debian/eth-log-alerting
stages:
- test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment