mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 10:46:56 +00:00
test: new run approach
This commit is contained in:
parent
cb86017d93
commit
8fd254c452
10
.github/workflows/alpine-nginx-build.yaml
vendored
10
.github/workflows/alpine-nginx-build.yaml
vendored
@ -32,11 +32,8 @@ jobs:
|
||||
|
||||
- name: Run nginx Builds
|
||||
run: |
|
||||
#!/bin/bash
|
||||
BASH=$(which bash)
|
||||
$BASH -l
|
||||
build_sh='echo "${NGINX_TAG}"
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user