Added cache busting to .gitlab-ci.yml
This commit is contained in:
@@ -21,3 +21,10 @@ deploy:
|
|||||||
- make -e deploy
|
- make -e deploy
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
cache:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- make -e cache
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|||||||
Reference in New Issue
Block a user