Skip to content

Commit

Permalink
hard code dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Pari Work Temp committed Aug 13, 2024
1 parent e57936f commit b38b7aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Install bootstrapper dependencies
run: pipenv install --dev --deploy
- run: |
current_dir=$(pwd)
echo $current_dir
config_file=$(./scripts/vue_or_react.sh)
pipenv run cookiecutter . --config-file $config_file --no-input -f
cat $config_file
Expand Down Expand Up @@ -63,8 +65,9 @@ jobs:
cp resources/eas-json-values.txt my_project/resources/eas-json-values.txt
cd my_project
current_dir=$(pwd)
. scripts/setup_mobile_config.sh "$current_dir/app.config.js" "$current_dir/resources/app-config-js-values.txt"
. scripts/setup_mobile_config.sh "$current_dir/eas.json" "$current_dir/resources/resources/eas-json-values.txt"
echo $current_dir
. scripts/setup_mobile_config.sh "/home/runner/work/tn-spa-bootstrapper/my_project/mobile/app.config.js" "/home/runner/work/tn-spa-bootstrapper/my_project/resources/app-config-js-values.txt"
. scripts/setup_mobile_config.sh "/home/runner/work/tn-spa-bootstrapper/my_project/mobile/eas.json" "/home/runner/work/tn-spa-bootstrapper/my_project/resources/eas-json-values.txt"
cat mobile/eas.json
cat mobile/app.config.js
Expand Down

0 comments on commit b38b7aa

Please sign in to comment.