fix(ci): alpine...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ashhhleyyy 2022-09-25 22:28:12 +01:00
parent 52eddf3175
commit 0edd8778a3
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -23,7 +23,7 @@ steps:
- name: Build app - name: Build app
image: node:16-alpine image: node:16-alpine
commands: commands:
- apk install git ca-certificates - apk add 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: