Skip to content

Commit

Permalink
Merge branch 'exclude-maybenot-bundle-check-in-lockfile-script'
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Nov 4, 2024
2 parents 82e49f3 + c7e0538 commit 777828f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/android-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@ jobs:
- name: Fix git dir
run: git config --global --add safe.directory $(pwd)

- name: Copy maybenot machines to asset directory
run: |
mkdir -p android/app/build/extraAssets
cp dist-assets/maybenot_machines_v2 android/app/build/extraAssets/
- name: Re-generate lockfile
run: android/scripts/update-lockfile.sh

Expand Down
1 change: 1 addition & 0 deletions android/scripts/update-lockfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ GRADLE_TASKS=(
EXCLUDED_GRADLE_TASKS=(
"-xensureRelayListExist"
"-xensureJniDirectoryExist"
"-xensureMaybenotMachinesExist"
)

export GRADLE_OPTS
Expand Down

0 comments on commit 777828f

Please sign in to comment.