From cdb783c9c7f86add824a5750d43f152314b0afa5 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Wed, 2 Aug 2023 17:43:22 +0000 Subject: [PATCH] Update '.woodpecker.yml' --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: