diff --git a/.woodpecker.yml b/.woodpecker.yml index 772dae7..5b7adf9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ pipeline: image: node:16-alpine commands: - 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: - eas_token environment: