Add install skips to company release stage

Not necessary to re-build packaging as we just want to copy from our s3 buckets
This commit is contained in:
David Edwards
2020-01-23 15:56:39 +00:00
parent ac57bf56c6
commit c947e76a54
+1
View File
@@ -108,5 +108,6 @@ jobs:
# only on master branch
if: branch = master AND commit_message !~ /\[no-release\]/
name: "Copy to S3 Release"
install: skip
script:
- travis_wait 30 echo "This is the Copy to S3 Release stage"