diff --git a/.travis.yml b/.travis.yml index 53be1f2d..adb94e42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,7 @@ branches: deploy: provider: script script: bash DevOps/pipeline/deploy-artifacts.sh "$APP_ID" "$TRAVIS_TAG" "$(pwd)/artifacts" + skip_cleanup: true on: branch: master tags: true