diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_check_jobs.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index d6a808b2..c40f4e0e 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -184,9 +184,8 @@ elif [ -s $CLEANUP ] ; then cat $CLEANUP echo echo "Jobs need to be deleted from job-cfg/d-i.yaml first, before deleting them with jenkins-jobs, cause else they will be recreated and then builds will be attempted, which will fail and cause notifications..." - # FIXME: adopt this text once job-cfg/d-i.yaml.py generates job-cfg/d-i.yaml else - figlet ok + echo "Everything ok." fi rm -f $CLEANUP echo |