We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48a5ed commit 83d386aCopy full SHA for 83d386a
1 file changed
src/s-core-devcontainer/.devcontainer/s-core-local/versions.sh
@@ -18,6 +18,3 @@ fi
18
19
# Read tool versions and metadata into environment variables
20
export $(/tmp/yq eval '.. | select((tag == "!!map" or tag == "!!seq") | not) | (path | join("_")) + "=" + .' "$1" | awk '!/=$/{print }' | xargs)
21
-
22
-# Clean up
23
-rm -f /tmp/yq
0 commit comments