Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bkona-alopa committed Sep 26, 2024
1 parent d955a10 commit 1a68c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: filtering mobile configs
run: |
echo "$(cat ./test.json | jq '(.buildParameters[] | select(.Environments | contains(["DEV"])) | .Value)')" > ios_build_config_values.json
echo "$(cat ./build_check_parameters.json | jq '(.isage | .buildParameters[] | select(.Environments | contains(["DEV"])) | .Value)')" > ios_build_config_values.json
- name: Get build properties
id: propsFromBuildConfig
Expand Down

0 comments on commit 1a68c82

Please sign in to comment.