Added cache busting to .gitlab-ci.yml

This commit is contained in:
Bastian de Byl
2019-07-29 22:02:23 -04:00
parent a381228ff4
commit 9fd4407241

View File

@@ -21,3 +21,10 @@ deploy:
- make -e deploy - make -e deploy
only: only:
- master - master
cache:
stage: deploy
script:
- make -e cache
only:
- master