Fix version string escaping in onpush_builder.yaml

This commit is contained in:
Alexandre
2025-11-10 22:30:02 +01:00
committed by GitHub
parent 360b5d7fe5
commit c59e09983c

View File

@@ -214,7 +214,7 @@ jobs:
else
exit 1
fi
version="${version//"/}"
version="${version//\"/}"
version="${version//'/}"
version="$(echo "$version" | xargs)"
if [[ "$version" == *"test"* ]]; then exit 0; fi