Skip to content

Commit 417a89e

Browse files
committed
speedup tests by keeping yq
1 parent 870736f commit 417a89e

File tree

1 file changed

+1
-1
lines changed
  • src/s-core-devcontainer/.devcontainer/s-core-local

1 file changed

+1
-1
lines changed

src/s-core-devcontainer/.devcontainer/s-core-local/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ fi
2020
export $(/tmp/yq eval '.. | select((tag == "!!map" or tag == "!!seq") | not) | (path | join("_")) + "=" + .' "$1" | awk '!/=$/{print }' | xargs)
2121

2222
# Clean up
23-
rm -f /tmp/yq
23+
trap 'rm -f /tmp/yq' EXIT

0 commit comments

Comments
 (0)