We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c181ff commit 4a23166Copy full SHA for 4a23166
bash/run
@@ -49,7 +49,7 @@ ibmcloud ce app create -n ce-bash --image $REGISTRY/ce-bash \
49
APP=$(ibmcloud ce app get -n ce-bash -o url)
50
51
# Call the app - if it works it should return the output of the 'app list' cmd
52
-curl -fs $APP/ | tee out
+curl -w "\n%{http_code}\n" -fs $APP/ | tee out
53
[[ "${PIPESTATUS[0]}" == "0" ]]
54
55
# Verify we see our App in the output
0 commit comments