mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
test: output tar inffo
This commit is contained in:
parent
8fd254c452
commit
75a77d86e6
5
.github/workflows/alpine-nginx-build.yaml
vendored
5
.github/workflows/alpine-nginx-build.yaml
vendored
@ -48,6 +48,9 @@ jobs:
|
|||||||
HOMEDIRECTORY=~/nginx_scriptbox
|
HOMEDIRECTORY=~/nginx_scriptbox
|
||||||
|
|
||||||
# Create the tarball
|
# Create the tarball
|
||||||
|
echo "pre-TARing infoiirmation:"
|
||||||
|
echo "TAR path: ${TAR_PATH}"
|
||||||
|
echo "TAR name: alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz"
|
||||||
tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH
|
tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH
|
||||||
done'
|
done'
|
||||||
echo "$build_sh" > build.sh
|
echo "$build_sh" > build.sh
|
||||||
@ -62,4 +65,4 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
"nginx Successfully build on -> ${{ env.NGINX_TAG }}"
|
"nginx Successfully build on -> ${{ env.NGINX_TAG }}"
|
||||||
token: ${{ secrets.DEPLOYMENT_TOKEN }}
|
token: ${{ secrets.DEPLOYMENT_TOKEN }}
|
||||||
files: nginx-*.tar.gz
|
files: alpine-nginx-*.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user