| Summary: | SSH commands issued from rhc which exit with non-zero status result in "Success" and zero exit code from rhc itself | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Dan Mace <dmace> |
| Component: | oc | Assignee: | Fabiano Franz <ffranz> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | ffranz, wsun |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-24 03:25:00 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Dan Mace
2013-10-17 18:06:46 UTC
Fixed in pull request https://github.com/openshift/rhc/pull/487 Verified on devenv_3921,rhc build from devenv_3921 Result: openshift@openshift-ubuntu:~/test$ rhc deploy bogusref -a nd Deployment of git ref 'bogusref' in progress for application nd ... Git ref bogusref is invalid Error trying to deploy git ref. You can ssh to your application and try to deploy manually with: gear deploy bogusref SSH command finished with exit status = 255 openshift@openshift-ubuntu:~/test$ echo $? 133 |