Update onpush_builder.yaml

This commit is contained in:
Alexandre
2023-03-11 13:19:40 +01:00
committed by GitHub
parent 68701e2636
commit dd11b23118

View File

@@ -92,8 +92,7 @@ jobs:
version=$(sed -e '/version/!d' -e 's/.*version: //' config.yaml)
elif [ -f config.json ]; then
version=$(sed -e '/version/!d' -e 's/.*[^"]*"\([^"]*\)",/\1/' config.json)
else
exit 1
else; exit 1
fi
# Exit if test
if [[ "$version" == *"test"* ]]; then exit 0; fi