mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
test: remove multi varable per /bin/sh
This commit is contained in:
parent
7e11029b07
commit
c95ac299f6
7
.github/workflows/alpine-nginx-build.yaml
vendored
7
.github/workflows/alpine-nginx-build.yaml
vendored
@ -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}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user