Skip to content

Commit c8ea851

Browse files
authored
Merge pull request #418 from bleathem/master
Removed the redundant and broken deploy config from the travis config
2 parents 0608072 + 5d3e199 commit c8ea851

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,3 @@ script:
2121

2222
after_success:
2323
- ./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

Comments
 (0)