From 6451c7045d32c72ca98ec6d611a4957d341faecf Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sun, 12 Jan 2025 00:35:52 +0700 Subject: [PATCH] test: remove case statement --- .github/workflows/alpine-nginx-build.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/alpine-nginx-build.yaml b/.github/workflows/alpine-nginx-build.yaml index 0ba604a..6b09d48 100644 --- a/.github/workflows/alpine-nginx-build.yaml +++ b/.github/workflows/alpine-nginx-build.yaml @@ -43,18 +43,6 @@ jobs: # Prepare tar file paths HOMEDIRECTORY=~/nginx_scriptbox - TAR_PATH="$HOMEDIRECTORY/nginx/objs" # Base Path - case "${TAGS[$i]}" in - "allstar") - TAR_PATH="$TAR_PATH /opt/nginx-lua-module /usr/local/lua /usr/local/modsecurity" - ;; - "lua") - TAR_PATH="$TAR_PATH /opt/nginx-lua-module /usr/local/lua" - ;; - "modsecurity") - TAR_PATH="$TAR_PATH /usr/local/modsecurity" - ;; - esac # Create the tarball tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH