mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 12:19:17 +00:00
Update script-test.yml (#2276)
This commit is contained in:
parent
e9d8b30de0
commit
ecc294953b
2
.github/workflows/script-test.yml
vendored
2
.github/workflows/script-test.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
- name: Post error comments
|
- name: Post error comments
|
||||||
run: |
|
run: |
|
||||||
ERROR="false"
|
ERROR="false"
|
||||||
SEARCH_LINE=".github/workflows/scripts/app-test/pr-build.func: line 113:"
|
SEARCH_LINE=".github/workflows/scripts/app-test/pr-build.func: line"
|
||||||
for FILE in ${{ env.ALL_FILES }}; do
|
for FILE in ${{ env.ALL_FILES }}; do
|
||||||
STRIPPED_NAME=$(basename "$FILE" | sed 's/-install//' | sed 's/\.sh$//')
|
STRIPPED_NAME=$(basename "$FILE" | sed 's/-install//' | sed 's/\.sh$//')
|
||||||
if [[ ! -f result_$STRIPPED_NAME.log ]]; then
|
if [[ ! -f result_$STRIPPED_NAME.log ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user