| Summary: | Met error "[: : unary operator expected" when git push nodejs apps with hot deploy marker. | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Liang Xia <lxia> |
| Component: | Containers | Assignee: | Fotios Lindiakos <fotios> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | jkeck |
| 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: | 2013-09-19 16:50:57 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
Liang Xia
2013-09-11 13:32:58 UTC
Related to: Bug1006355, Bug1006701 Fixed in https://github.com/openshift/origin-server/pull/3619 Verified on devenv_3776, no errors met when git push changes with hot_deploy marker, and changed deployed successfully. # git add . ; git commit -amp; git push Counting objects: 9, done. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 446 bytes, done. Total 5 (delta 3), reused 0 (delta 0) remote: Not stopping cartridge nodejs because hot deploy is enabled remote: Saving away previously installed Node modules remote: Building NodeJS cartridge remote: npm info it worked if it ends with ok remote: npm info using npm.37 remote: npm info using node.20 remote: npm info preinstall OpenShift-Sample-App.0 remote: npm info build /var/lib/openshift/523131b16849bb5770000165/app-root/runtime/repo remote: npm info linkStuff OpenShift-Sample-App.0 remote: npm info install OpenShift-Sample-App.0 remote: npm info postinstall OpenShift-Sample-App.0 remote: npm info ok remote: Starting application nj remote: Not starting cartridge nodejs because hot deploy is enabled remote: hot_deploy marker found. Switching to using supervisor. Subsequent pushes won't require restart until the marker is removed. To ssh://523131b16849bb5770000165.rhcloud.com/~/git/nj.git/ d826e37..36fd875 master -> master |