test: remove multi varable per /bin/sh

This commit is contained in:
minoplhy 2025-01-12 00:32:35 +07:00
parent 7e11029b07
commit c95ac299f6
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -31,11 +31,8 @@ jobs:
- name: Run nginx Builds
run: |
echo "${NGINX_TAG}"
TAGS=("vanilla" "lua")
OPTIONS=(
"--type=nginx"
"--lua --type=nginx"
)
TAGS="vanilla"
OPTIONS="--type=nginx"
for i in ${!TAGS[@]}; do
echo "This Task will be run using the following tag: ${NGINX_TAG}"