Update containers.build.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
|||||||
echo ::set-output name=containers::${CONTAINERS}
|
echo ::set-output name=containers::${CONTAINERS}
|
||||||
|
|
||||||
# Check if containers were found and set the containers_found output
|
# Check if containers were found and set the containers_found output
|
||||||
if [[ -z "$CONTAINERS" ]]; then
|
if [[ "$CONTAINERS" == "[]" || -z "$CONTAINERS" ]]; then
|
||||||
echo "No Containers Found, Skipping"
|
echo "No Containers Found, Skipping"
|
||||||
echo ::set-output name=containers_found::false
|
echo ::set-output name=containers_found::false
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user