Keep the build green when there's nowhere to publish
This commit is contained in:
parent
92ea11fca1
commit
4d458a5e00
|
@ -33,8 +33,8 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $CHANNEL_OR_TAG ]]; then
|
if [[ -z $CHANNEL_OR_TAG ]]; then
|
||||||
echo Unable to determine channel to publish into, exiting.
|
echo +++ Unable to determine channel to publish into, exiting.
|
||||||
exit 1
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$CI_OS_NAME" in
|
case "$CI_OS_NAME" in
|
||||||
|
|
Loading…
Reference in New Issue