fix(ci): apparently we need git
This commit is contained in:
parent
040e959b16
commit
05d870a824
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ steps:
|
||||||
- name: Build app
|
- name: Build app
|
||||||
image: node:16-alpine
|
image: node:16-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk install git ca-certificates
|
||||||
- npx eas-cli build --platform android --non-interactive --profile preview
|
- npx eas-cli build --platform android --non-interactive --profile preview
|
||||||
environment:
|
environment:
|
||||||
EXPO_TOKEN:
|
EXPO_TOKEN:
|
||||||
|
|
Loading…
Reference in a new issue