This commit is contained in:
parent
17ce46cc12
commit
0f5ada79d8
@ -19,7 +19,7 @@ mcli alias set s3 https://s3.tobiasmanske.de "${REPO_ACCESS_KEY}" "${REPO_SECRET
|
|||||||
LOCK=""
|
LOCK=""
|
||||||
|
|
||||||
while [[ "${LOCK}" != "${PIPELINE_ID}" ]]; do
|
while [[ "${LOCK}" != "${PIPELINE_ID}" ]]; do
|
||||||
if [[ ${DEBUG} == "true" ]]; then
|
if [[ ${DEBUG:-} == "true" ]]; then
|
||||||
echo "Debug mode, not waiting for lock"
|
echo "Debug mode, not waiting for lock"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
@ -115,7 +115,7 @@ echo QUEUE
|
|||||||
echo
|
echo
|
||||||
cat queue
|
cat queue
|
||||||
|
|
||||||
if [[ ${DEBUG} == "true" ]]; then
|
if [[ ${DEBUG:-} == "true" ]]; then
|
||||||
echo "Debug mode, not building anything."
|
echo "Debug mode, not building anything."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user