Skip to content
Snippets Groups Projects
Commit a5a2e53e authored by Anton Sattarov's avatar Anton Sattarov :cucumber:
Browse files

fix

parent a2fbc47a
No related branches found
No related tags found
No related merge requests found
image: golang:latest
variables:
REPO_NAME: https://git.perx.ru/perxis/perxis-go
before_script:
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
- ln -svf $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
- cd $GOPATH/src/$REPO_NAME
stages:
- test
......
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