1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

add skip_cleanup to deploy configs

This commit is contained in:
Shawn Allen 2017-07-31 11:34:58 -07:00
parent 4de1f7152c
commit 70101fe920

View File

@ -18,12 +18,14 @@ deploy:
# publish release candidates on release branches
- provider: script
script: script/release-candidate
skip_cleanup: true
on:
branch: release*
# publish "final" releases on master
- provider: script
script: script/release
skip_cleanup: true
on:
branch: master