debug2
CICD / Explore-Gitea-Actions (push) Failing after 58s
Details
CICD / Explore-Gitea-Actions (push) Failing after 58s
Details
This commit is contained in:
parent
c467dd81bb
commit
f448f65335
|
|
@ -56,8 +56,9 @@ jobs:
|
||||||
echo "paths: $paths"
|
echo "paths: $paths"
|
||||||
echo "----"
|
echo "----"
|
||||||
set -x
|
set -x
|
||||||
echo aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths | base64
|
echo aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths | base64 -w 0
|
||||||
|
aws --version
|
||||||
|
aws cloudfront create-invalidation help | cat
|
||||||
aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths
|
aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths
|
||||||
if: gitea.ref == 'refs/heads/main'
|
if: gitea.ref == 'refs/heads/main'
|
||||||
env: # Or as an environment variable
|
env: # Or as an environment variable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue