murdock: fix exit -> return in subfunction
This commit is contained in:
parent
f22ba30a31
commit
2ba5d5976d
2
.murdock
2
.murdock
@ -585,7 +585,7 @@ basename_list () {
|
|||||||
update_changed_modules() {
|
update_changed_modules() {
|
||||||
# early out if there's no base commit info
|
# early out if there's no base commit info
|
||||||
if [ -z "${CI_BASE_COMMIT}" ]; then
|
if [ -z "${CI_BASE_COMMIT}" ]; then
|
||||||
exit 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# early out if a full build is requested
|
# early out if a full build is requested
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user