Don't turn the build red if channel cannot be figured (eg, building a tag)
This commit is contained in:
@ -14,7 +14,8 @@ fi
|
|||||||
|
|
||||||
if [[ -z $CHANNEL ]]; then
|
if [[ -z $CHANNEL ]]; then
|
||||||
echo Unable to determine channel to publish into, exiting.
|
echo Unable to determine channel to publish into, exiting.
|
||||||
exit 1
|
echo "^^^ +++"
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf usr/
|
rm -rf usr/
|
||||||
|
Reference in New Issue
Block a user