mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 18:58:08 +00:00
Added extra step to delete CI cache
This commit is contained in:
parent
c33b56bfcf
commit
6a63fd54d5
@ -79,6 +79,7 @@ deploy review:
|
||||
- mkdir -p "${DEPLOY_BASE_DIR}/${CI_BUILD_REF_NAME}"
|
||||
- echo "Copy dev build to web server ${DEPLOY_BASE_DIR}/${CI_BUILD_REF_NAME}..."
|
||||
- rsync --delete -va build/dev/ "${DEPLOY_BASE_DIR}/${CI_BUILD_REF_NAME}/"
|
||||
- 'echo "Remove working dir, workaround for cache" && rm -r ./*'
|
||||
only:
|
||||
- branches
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user