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
|
||||
run: |
|
||||
#paths=$(find ./public -type f -name "*.html" -print | sed 's|^./public/|\/|g' | sed 's/\n/ /g')
|
||||
paths=$(find ./public -type f -name "*.html" -print | sed 's|^./public/|\/|g' | sed 's/\n/" /g;s(/^/"/)
|
||||
paths=$(find ./public -type f -name "*.html" | sed -e 's|^./public/|/|' -e 's/.*/"&"/' | tr '\n' ' ')
|
||||
echo "paths: $paths"
|
||||
echo "----"
|
||||
set -x
|
||||
|
|
|
|||
Loading…
Reference in New Issue