Skip to content

Commit

Permalink
ci: add pwd into arch-convert.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Apr 27, 2024
1 parent 82c9ae9 commit 442d498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/arch-convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ NEW_VALUE="$1"
POD="$2"
CLEAN="$3"

pwd
# Modify app.json
JSON="example/app.json"
sed -i '' -e "s/\"newArchEnabled\": true/\"newArchEnabled\": ${NEW_VALUE}/g" $JSON
Expand Down

0 comments on commit 442d498

Please sign in to comment.