Skip to content

Commit

Permalink
Merge pull request #681 from azavea/feature/jrb/add-test-branch-prefix
Browse files Browse the repository at this point in the history
Publish to staging with test/ branch prefix
  • Loading branch information
rbreslow authored Jan 29, 2019
2 parents 40ec52a + a9ba53e commit 0614c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ node {
}
}

if (env.BRANCH_NAME == 'develop' || env.BRANCH_NAME.startsWith('release/')) {
if (env.BRANCH_NAME == 'develop' || env.BRANCH_NAME.startsWith('release/') || env.BRANCH_NAME.startsWith('test/')) {
env.AWS_DEFAULT_REGION = 'us-east-1'
env.PFB_SETTINGS_BUCKET = 'staging-pfb-config-us-east-1'
env.PFB_S3STORAGE_BUCKET = 'staging-pfb-static-us-east-1'
Expand Down

0 comments on commit 0614c74

Please sign in to comment.