mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 10:46:56 +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
|
||||
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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user