always clean up after build job
This commit is contained in:
parent
df29b463a2
commit
d682861585
|
@ -38,7 +38,7 @@ cleanup-build:
|
||||||
- rm -r $CLEANUP_PATH $CLEANUP_PATH.tmp
|
- rm -r $CLEANUP_PATH $CLEANUP_PATH.tmp
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
|
when: always
|
||||||
|
|
||||||
# deploy to internal testing track
|
# deploy to internal testing track
|
||||||
deploy-dev:
|
deploy-dev:
|
||||||
|
|
Loading…
Reference in New Issue