We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82c12f commit 9b9e69dCopy full SHA for 9b9e69d
entrypoint.sh
@@ -39,7 +39,7 @@ echo "Got testground ID ${TGID}"
39
echo -n "Testground started: "; date
40
echo "Waiting for job to complete."
41
42
-while [ "${status}" != "complete" || ${status} != "canceled"]
+while [ "${status}" != "complete" -a "${status}" != "canceled" ]
43
do
44
sleep 30
45
status=$(/testground --endpoint "${BACKEND}" status -t "${TGID}" | awk '/Status/ {print $2}')
0 commit comments