fix(ci): set env var correctly
This commit is contained in:
parent
541d0ae4d8
commit
df1f5c1a17
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ pipeline:
|
||||||
- npx eas-cli build --platform android --non-interactive --profile preview
|
- npx eas-cli build --platform android --non-interactive --profile preview
|
||||||
secrets:
|
secrets:
|
||||||
- eas_token
|
- eas_token
|
||||||
|
environment:
|
||||||
|
CI: true
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event: [push]
|
event: [push]
|
||||||
|
|
Loading…
Reference in a new issue