chore(ci): remove eas init from workflows
This commit is contained in:
@@ -40,9 +40,6 @@ jobs:
|
|||||||
- name: 📦 Install dependencies
|
- name: 📦 Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: 🧩 Init EAS project
|
|
||||||
run: eas init --non-interactive
|
|
||||||
|
|
||||||
- name: 👷 Build app
|
- name: 👷 Build app
|
||||||
run: |
|
run: |
|
||||||
eas build --local \
|
eas build --local \
|
||||||
|
|||||||
@@ -38,9 +38,6 @@ jobs:
|
|||||||
- name: 📦 Install dependencies
|
- name: 📦 Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: 🧩 Init EAS project
|
|
||||||
run: eas init --non-interactive
|
|
||||||
|
|
||||||
- name: 👷 Build app
|
- name: 👷 Build app
|
||||||
run: |
|
run: |
|
||||||
eas build --local \
|
eas build --local \
|
||||||
|
|||||||
@@ -29,5 +29,5 @@ npm run start
|
|||||||
Gitea workflows are in `.gitea/workflows`:
|
Gitea workflows are in `.gitea/workflows`:
|
||||||
|
|
||||||
- `dev.yml`: smoke check via `expo export --platform web` on non-main branches
|
- `dev.yml`: smoke check via `expo export --platform web` on non-main branches
|
||||||
- `ci.yml`: Android APK build via `eas init` + `eas build --local`, web bundle export, release tag/artifacts on `main`
|
- `ci.yml`: Android APK build via `eas build --local`, web bundle export, release tag/artifacts on `main`
|
||||||
- `manual-build.yml`: manual Android APK build via `eas init` + `eas build --local`
|
- `manual-build.yml`: manual Android APK build via `eas build --local`
|
||||||
|
|||||||
2
TODO.md
2
TODO.md
@@ -28,4 +28,4 @@
|
|||||||
- [x] Added trip deletion flow and confirmation
|
- [x] Added trip deletion flow and confirmation
|
||||||
- [x] Updated Gitea workflows/artifacts naming for Luggage List
|
- [x] Updated Gitea workflows/artifacts naming for Luggage List
|
||||||
- [x] Ran local web export smoke checks successfully
|
- [x] Ran local web export smoke checks successfully
|
||||||
- [x] Switched CI/manual APK workflow to run `eas init --non-interactive` before `eas build --local`
|
- [x] Removed `eas init` from CI/manual workflows (run once locally instead)
|
||||||
|
|||||||
Reference in New Issue
Block a user