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 54ee126 commit 1b99bb9Copy full SHA for 1b99bb9
test-build.sh
@@ -46,7 +46,7 @@ for version in "${versions[@]}"; do
46
info "Test of $tag succeeded."
47
fi
48
49
- variants=$(ls -d $version/*/ | awk -F"/" '{print $2}')
+ variants=$(echo $version/*/ | xargs -n1 basename)
50
51
for variant in $variants; do
52
# Skip non-docker directories
0 commit comments