small echo
Some checks failed
Test / test-always-true (push) Failing after 5s
Test / test-always-false (push) Failing after 6s

This commit is contained in:
2023-12-08 20:17:23 +01:00
parent 42a1e2a366
commit f430edba60

View File

@@ -10,7 +10,7 @@ echo $CHECK
EXISTING=$( skopeo list-tags docker://$1 || echo '{"Tags":[]}' )
ECHO $EXISTING
echo $EXISTING
TAGS=$( jq '.check - .existing' <<< "{\"check\": $CHECK, \"existing\": $EXISTING}" )