mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
add #!/bin/bas
This commit is contained in:
parent
5213e0e894
commit
ce7d710304
2
.github/workflows/freenginx-build.yaml
vendored
2
.github/workflows/freenginx-build.yaml
vendored
@ -31,6 +31,8 @@ jobs:
|
|||||||
echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV
|
echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV
|
||||||
- name: Run freenginx Builds
|
- name: Run freenginx Builds
|
||||||
run: |
|
run: |
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
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
|
for i in ${!TAGS[@]}; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user