We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d0d40 commit 6231a22Copy full SHA for 6231a22
apply-templates.sh
@@ -36,6 +36,8 @@ for version; do
36
# reset all the generated Dockerfile
37
rm -rf "$version/"
38
39
+ eval $(jq -r '@sh "export python_version=\(.[env.version].python_version)"' versions.json)
40
+
41
variants="$(jq -r '.[env.version].variants | map(@sh) | join(" ")' versions.json)"
42
eval "variants=( $variants )"
43
0 commit comments