1
0
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:
Vladimir Volek 2018-12-12 15:50:30 +01:00
parent c33b56bfcf
commit 6a63fd54d5

View File

@ -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: