1
0
Fork 0

cache untracked by branch

This commit is contained in:
Sean Sube 2018-03-09 03:45:51 +00:00
parent b1459d34ae
commit 79e6b501fa
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ build:app:
paths:
- bin/home-dns
expire_in: 1 hour
cache:
key: "${CI_COMMIT_REF_SLUG}"
untracked: true
variables:
GOPATH: "${CI_PROJECT_DIR}"