Skip to content

Commit

Permalink
fix Pull Issue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
iUndeined authored Jul 17, 2024
1 parent 6417b39 commit 48e9fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
platform=$(echo "$line" | awk -F'--platform[ =]' '{if (NF>1) print $2}' | awk '{print $1}')
custom_prefix=$(echo "$line" | awk -F'--prefix[ =]' '{if (NF>1) print $2}' | awk '{print $1}')
line=$(echo "$line" | | sed 's/--prefix\=*//g' | xargs -n1 | awk 'NR==2')
line=$(echo "$line" | sed 's/--prefix\=*//g' | xargs -n1 | awk 'NR==2')
echo "line string after process > $line"
Expand Down

0 comments on commit 48e9fd9

Please sign in to comment.