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 - name: Run nginx Builds
run: | run: |
echo "${NGINX_TAG}" echo "${NGINX_TAG}"
TAGS=("vanilla" "lua") TAGS="vanilla"
OPTIONS=( OPTIONS="--type=nginx"
"--type=nginx"
"--lua --type=nginx"
)
for i in ${!TAGS[@]}; do for i in ${!TAGS[@]}; do
echo "This Task will be run using the following tag: ${NGINX_TAG}" echo "This Task will be run using the following tag: ${NGINX_TAG}"