Skip to content

Commit

Permalink
autodeploy: better message if lock file couldn't aquired
Browse files Browse the repository at this point in the history
  • Loading branch information
rbudde committed Sep 3, 2020
1 parent 7c90b0a commit f7a191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/openroberta/scripts/helper/_autodeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ then
[ "${DEBUG}" = 'true' ] && echo "${UPDATED_SERVERS} server(s) have been updated. Removing stale docker data now"
${SCRIPT_MAIN}/run.sh -q prune
fi ;;
*) echo "${DATE}: '${GIT_DIR}/lockfile' was LOCKED. Trying again later" ;;
*) echo "${DATE}: '${GIT_DIR}/lockfile' was LOCKED. Nothing done. Autodeploy will be rescheduled later and then try again." ;;
esac
else
[ "${DEBUG}" = 'true' ] && echo "${DATE}: no server in variable AUTODEPLY found. Nothing to do"
Expand Down

0 comments on commit f7a191a

Please sign in to comment.