We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754d81b commit 80c3216Copy full SHA for 80c3216
hack/make/test-install-script
@@ -21,7 +21,7 @@ test_install_script(){
21
local from="$(awk 'toupper($1) == "FROM" { print $2; exit }' "$dir/Dockerfile")"
22
23
echo "running install.sh for ${component} with ${from}"
24
- docker run --rm -it -v ${script}:/install.sh ${from} /install.sh
+ docker run --rm -i -v ${script}:/install.sh ${from} /install.sh
25
done
26
27
}
0 commit comments