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 0608072 + 5d3e199 commit c8ea851Copy full SHA for c8ea851
.travis.yml
@@ -21,16 +21,3 @@ script:
21
22
after_success:
23
- ./scripts/publish-ghpages.sh -t docs
24
-
25
-# OpenShift expects its deployment branch to be "master-dist". This can be changed using:
26
-# rhc app-configure patternfly/angular --deployment-branch master-dist
27
-deploy:
28
- provider: openshift
29
- user: "$OPENSHIFT_USER"
30
- password: "$OPENSHIFT_PWD"
31
- domain: "patternfly"
32
- app: angular
33
- skip_cleanup: true
34
- on: # The branch and repo that triggered the build
35
- branch: master
36
- condition: $TRAVIS_REPO_SLUG = "patternfly/angular-patternfly"
0 commit comments