We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 021910e + 8814545 commit bb80597Copy full SHA for bb80597
.travis.yml
@@ -15,14 +15,16 @@ script:
15
after_success:
16
- sh -x ./scripts/publish.sh
17
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
20
deploy:
21
provider: openshift
22
user: "$OPENSHIFT_USER"
23
password: "$OPENSHIFT_PWD"
24
domain: "patternfly"
25
app: angular
26
skip_cleanup: true
- on:
27
+ on: # The branch and repo that triggered the build
28
branch: master
29
condition: $TRAVIS_REPO_SLUG = "patternfly/angular-patternfly"
30
0 commit comments