We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d386a commit a95298aCopy full SHA for a95298a
1 file changed
src/s-core-devcontainer/.devcontainer/s-core-local/versions.sh
@@ -18,3 +18,6 @@ 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
+trap 'rm -f /tmp/yq' EXIT
0 commit comments