Skip to content

Commit

Permalink
Update release_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored Jul 12, 2023
1 parent 4e1431b commit ef4bfee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,18 @@ jobs:
yarn --version
pwd
ls -ltra
echo "into loop"
for config in $(gate-policy gate-verify gate-testverify gate-approval rbac echo-events)
do
echo "inside loop"
pwd
ls -ltra
cd $config
echo "inside folder"
pwd
ls -ltra
./gradlew clean releaseBundle
cd ..
done
Expand Down

0 comments on commit ef4bfee

Please sign in to comment.