Skip to content

Commit bb80597

Browse files
authored
Merge pull request #290 from dlabrecq/PTNFLY-travis-note
Added comments regarding OpenShift deployment branch
2 parents 021910e + 8814545 commit bb80597

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ script:
1515
after_success:
1616
- sh -x ./scripts/publish.sh
1717

18+
# OpenShift expects its deployment branch to be "master-dist". This can be changed using:
19+
# rhc app-configure patternfly/angular --deployment-branch master-dist
1820
deploy:
1921
provider: openshift
2022
user: "$OPENSHIFT_USER"
2123
password: "$OPENSHIFT_PWD"
2224
domain: "patternfly"
2325
app: angular
2426
skip_cleanup: true
25-
on:
27+
on: # The branch and repo that triggered the build
2628
branch: master
2729
condition: $TRAVIS_REPO_SLUG = "patternfly/angular-patternfly"
2830

0 commit comments

Comments
 (0)