fix(ci): apparently we need git

This commit is contained in:
Ashhhleyyy 2022-09-25 22:26:15 +01:00
parent 040e959b16
commit 05d870a824
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -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: