Skip to content
Snippets Groups Projects
Commit ba8f2476 authored by Christian Pointner's avatar Christian Pointner
Browse files

another attempt to use gitlab ci cache

parent 35902d46
No related branches found
No related tags found
No related merge requests found
image: golang:1.12 image: golang:1.12
cache: cache:
paths: paths:
- /go/ - .go/
before_script:
- mkdir -p .go
- export GOPATH="$CI_PROJECT_DIR/.go"
stages: stages:
- vet - vet
......
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