mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
more inform
This commit is contained in:
parent
46b1f490bc
commit
d736660638
6
.github/workflows/freenginx-build.yaml
vendored
6
.github/workflows/freenginx-build.yaml
vendored
@ -31,8 +31,12 @@ jobs:
|
|||||||
echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV
|
echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV
|
||||||
- name: Run freenginx Builds
|
- name: Run freenginx Builds
|
||||||
run: |
|
run: |
|
||||||
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}"
|
||||||
|
|
||||||
|
for i in ${!TAGS[@]}; do
|
||||||
|
echo "This Task will be run using the following version: ${TAGS[$i]}"
|
||||||
|
echo "This Task will be run using the following options: ${OPTIONS[$i]}"
|
||||||
|
|
||||||
curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/build.sh | bash -s -- --nginx-tag=${NGINX_TAG} ${OPTIONS[$i]}
|
curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/build.sh | bash -s -- --nginx-tag=${NGINX_TAG} ${OPTIONS[$i]}
|
||||||
|
|
||||||
# Prepare tar file paths
|
# Prepare tar file paths
|
||||||
|
Loading…
x
Reference in New Issue
Block a user