mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
more usefull error message
This commit is contained in:
parent
c31395dfa7
commit
f2ded36983
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ start_container () {
|
||||||
|
|
||||||
if ! lxc image info "$BASE_IMAGE-$SNAPSHOT_NAME" &>/dev/null
|
if ! lxc image info "$BASE_IMAGE-$SNAPSHOT_NAME" &>/dev/null
|
||||||
then
|
then
|
||||||
error "$BASE_IMAGE not found, please rebuild with rebuild_all.sh"
|
error "$BASE_IMAGE-$SNAPSHOT_NAME not found, please rebuild with rebuild_all.sh"
|
||||||
# Inform GitLab Runner that this is a system failure, so it
|
# Inform GitLab Runner that this is a system failure, so it
|
||||||
# should be retried.
|
# should be retried.
|
||||||
exit $SYSTEM_FAILURE_EXIT_CODE
|
exit $SYSTEM_FAILURE_EXIT_CODE
|
||||||
|
|
Loading…
Reference in a new issue