Skip to content

Commit c823e87

Browse files
authored
Merge pull request #287 from dlabrecq/PTNFLY-travis
Removing net-ssh lock to fix broken OpenShift deploy.
2 parents 8c012ee + 9f06713 commit c823e87

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ script:
1515
after_success:
1616
- sh -x ./scripts/publish.sh
1717

18-
before_deploy:
19-
- rvm 1.9.3 do gem install net-ssh -v 2.9.2
20-
2118
deploy:
2219
provider: openshift
2320
user: "$OPENSHIFT_USER"
@@ -26,7 +23,8 @@ deploy:
2623
app: angular
2724
skip_cleanup: true
2825
on:
29-
tags: true
26+
branch: master-dist
27+
condition: $TRAVIS_REPO_SLUG = "patternfly/angular-patternfly"
3028

3129
notifications:
3230
email:

0 commit comments

Comments
 (0)