Update .travis.yml

This commit is contained in:
David Edwards
2020-03-02 17:20:32 +00:00
parent bd84cd9e65
commit 0472996186
-17
View File
@@ -153,23 +153,6 @@ matrix:
- provider: script
script: echo "This should only run on master" #./scripts/travis/companyReleaseDeployment.sh ${TRAVIS_BUILD_NUMBER} ${TRAVIS_BRANCH}
on:
branch: master
# # This stage could use a script to deploy to S3, as in bamboo, or the above stage can include a deploy section.
# - name: Push to S3 # TODO currently placeholder stage
# install: skip
# script:
# - travis_wait 30 echo "This is the Push to S3 stage"
# - stage: "Company Release"
# # only on master branch
# if: fork = false AND branch = feature/REPO-4735_Add-release-stages AND commit_message !~ /\[no-release\]/
# name: "Copy to S3 Release"
# install: skip # Nothing to build/install as we are just copying from S3 buckets
# # TODO
# delpoy:
# - provider: script
# script: ./scripts/travis/companyReleaseDeployment.sh ${TRAVIS_BUILD_NUMBER} ${TRAVIS_BRANCH}
# on:
# branch: master
branch: feature/REPO-4735_Add-release-stages-2
# This release stage should copy from our staging bucket to our release bucket
- stage: "Company Release"