This commit is contained in:
parent
e921cc6bf7
commit
cdb783c9c7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pipeline:
|
||||||
image: node:16-alpine
|
image: node:16-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add git ca-certificates
|
- apk add git ca-certificates
|
||||||
- npx eas-cli build --platform android --non-interactive --profile preview
|
- env CI=true npx eas-cli build --platform android --non-interactive --profile preview
|
||||||
secrets:
|
secrets:
|
||||||
- eas_token
|
- eas_token
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue