External CI: install jq in manifest template (#4075)

This commit is contained in:
Daniel Su
2024-12-02 14:38:57 -05:00
committed by GitHub
parent 30cce6094d
commit 6fa23decf5

View File

@@ -5,6 +5,8 @@ steps:
inputs:
targetType: inline
script: |
sudo apt-get install -y jq
# RESOURCES_REPOSITORIES is a runtime variable (not an env var!) that contains quotations and newlines
# So we need to save it to a file to properly preserve its formatting and contents
cat <<EOF > resources.repositories