We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d20707 commit f33c9a9Copy full SHA for f33c9a9
1 file changed
.travis.yml
@@ -57,8 +57,9 @@ deploy:
57
name: $(unzip -qc build/script-server.zip version.txt)
58
api_key: "$GITHUB_TOKEN"
59
file: build/script-server.zip
60
+ skip_cleanup: true
61
on:
- branch: master
62
+ branch: stable
63
- provider: script
64
script: tools/deploy_docker.sh
65
skip_cleanup: true
0 commit comments