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=""
|
||||
|
||||
while [[ "${LOCK}" != "${PIPELINE_ID}" ]]; do
|
||||
if [[ ${DEBUG} == "true" ]]; then
|
||||
if [[ ${DEBUG:-} == "true" ]]; then
|
||||
echo "Debug mode, not waiting for lock"
|
||||
break
|
||||
fi
|
||||
@ -115,7 +115,7 @@ echo QUEUE
|
||||
echo
|
||||
cat queue
|
||||
|
||||
if [[ ${DEBUG} == "true" ]]; then
|
||||
if [[ ${DEBUG:-} == "true" ]]; then
|
||||
echo "Debug mode, not building anything."
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user