Skip to content

Commit

Permalink
Pin python version in appstore deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Dec 4, 2023
1 parent 5865b3f commit 4552e5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/appstore-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,15 @@ jobs:
with:
node-version: 20
cache: 'npm'
- name: Use Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Building webapp
run: |
export platform="github-actions-appstore"

Check warning on line 63 in .github/workflows/appstore-deploy.yml

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (appstore)
export serverprefix="fieldmark"
export PYTHON=python3.10
export VITE_CLUSTER_ADMIN_GROUP_NAME=cluster-admin
export VITE_COMMIT_VERSION=$(bin/getDescribeString.sh android)
export VITE_SHOW_WIPE=true
Expand All @@ -67,7 +72,7 @@ jobs:
export VITE_PRODUCTION_BUILD=true
export VITE_SERVICES=FAIMSTEXT
export VITE_PROD_BUILD=true
export VITE_TAG=prodAndroid
export VITE_TAG=prodIOS
export VITE_BUGSNAG_KEY=${{secrets.BUGSNAG_KEY}}
git clean -xfd
npm ci
Expand Down

0 comments on commit 4552e5d

Please sign in to comment.