debug
CICD / Explore-Gitea-Actions (push) Failing after 54s
Details
CICD / Explore-Gitea-Actions (push) Failing after 54s
Details
This commit is contained in:
parent
139feebda8
commit
c1afdd10dc
|
|
@ -52,8 +52,7 @@ jobs:
|
||||||
|
|
||||||
- name: Sync to AWS
|
- name: Sync to AWS
|
||||||
run: |
|
run: |
|
||||||
#paths=$(find ./public -type f -name "*.html" -print | sed 's|^./public/|\/|g' | sed 's/\n/ /g')
|
paths=$(find ./public -type f -name "*.html" | sed -e 's|^./public/|/|' -e 's/.*/"&"/' | tr '\n' ' ')
|
||||||
paths=$(find ./public -type f -name "*.html" -print | sed 's|^./public/|\/|g' | sed 's/\n/" /g;s(/^/"/)
|
|
||||||
echo "paths: $paths"
|
echo "paths: $paths"
|
||||||
echo "----"
|
echo "----"
|
||||||
set -x
|
set -x
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue