There was an error while loading. Please reload this page.
1 parent 0b47987 commit e62c5b2Copy full SHA for e62c5b2
1 file changed
.expeditor/templates/studiorc
@@ -91,7 +91,10 @@ while ! [ -f "/hab/svc/builder-api/files/builder-github-app.pem" ]; do
91
sleep 10
92
done
93
94
-hab pkg install rcpd/testapp -u http://localhost:9636
+hab pkg install rcpd/testapp -u http://localhost:9636 --channel unstable --auth bobo || {
95
+ echo "ERROR: Failed to install rcpd/testapp package"
96
+ exit 1
97
+}
98
hab pkg uninstall rcpd/testapp
99
hap pkg delete rcpd/testapp/0.1.0/20200401202136 -u http://localhost:9636 --auth bobo
100
hab origin delete rcpd -u http://localhost:9636 --auth bobo
0 commit comments