Skip to content

Commit 8814545

Browse files
committed
Added comments regarding OpenShift deployment branch and how to change it.
1 parent 021910e commit 8814545

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)