From 8fd254c452c944642496ca3be3c527bdfef75464 Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Sun, 12 Jan 2025 11:27:05 +0700 Subject: [PATCH] test: new run approach --- .github/workflows/alpine-nginx-build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/alpine-nginx-build.yaml b/.github/workflows/alpine-nginx-build.yaml index fcb3e48..2ad89b3 100644 --- a/.github/workflows/alpine-nginx-build.yaml +++ b/.github/workflows/alpine-nginx-build.yaml @@ -32,11 +32,8 @@ jobs: - name: Run nginx Builds run: | - #!/bin/bash - BASH=$(which bash) - $BASH -l - - echo "${NGINX_TAG}" + build_sh='echo "${NGINX_TAG}" + TAGS="vanilla" OPTIONS="--type=nginx" @@ -52,7 +49,10 @@ jobs: # Create the tarball tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH - done + done' + echo "$build_sh" > build.sh + + bash build.sh shell: alpine.sh --root {0} - name: Release