mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2026-09-16 18:13:21 +00:00
Update .travis.yml
This commit is contained in:
-17
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user