Closed sharunkumar closed 1 week ago
https://github.com/aeharding/voyager/actions/runs/11791484474/job/32843572978#step:7:607
possibly bash is not available in the base image
bash
suggested fix: change it to sh "$SETUP_SCRIPT"
sh "$SETUP_SCRIPT"
also the path needs to be updated: SETUP_SCRIPT="./scripts/disable_in_app_purchases.sh"
SETUP_SCRIPT="./scripts/disable_in_app_purchases.sh"
I've checked it locally, will raise a PR in a bit
https://github.com/aeharding/voyager/actions/runs/11791484474/job/32843572978#step:7:607
possibly
bash
is not available in the base imagesuggested fix: change it to
sh "$SETUP_SCRIPT"
also the path needs to be updated:
SETUP_SCRIPT="./scripts/disable_in_app_purchases.sh"
I've checked it locally, will raise a PR in a bit