diff --git a/tmp.bash b/tmp.bash deleted file mode 100644 index 11fd8f4..0000000 --- a/tmp.bash +++ /dev/null @@ -1,9 +0,0 @@ -set -ue -set -o pipefail -export BUILD_ARG_one="widget" -export BUILD_ARG_two="acme" -VALS=() -printenv | grep BUILD_ARG | while read line;do - VALS+=($line) -done -echo "${VALS[*]}"