mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
rebuild the whole thing.. because you can't, apparently, figure out how to pass artifacts around. *sigh*
This commit is contained in:
parent
39f0b242e6
commit
16f9590768
@ -77,7 +77,15 @@ deploy-android:
|
|||||||
- cd ..
|
- cd ..
|
||||||
script:
|
script:
|
||||||
- pwd
|
- pwd
|
||||||
- cd android
|
- node -v
|
||||||
|
- npm -v
|
||||||
|
- npm ci
|
||||||
|
- npm run-script build
|
||||||
|
- npm run-script copy
|
||||||
|
- cd android/
|
||||||
|
- gradle signingReport
|
||||||
|
- gradle assembleRelease
|
||||||
|
- gradle bundleRelease
|
||||||
- gradle publishReleaseBundle
|
- gradle publishReleaseBundle
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user