From cce3b90742f16e9c3246a888fd91c01960d7751c Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Sat, 17 Sep 2022 15:34:34 -0400 Subject: [PATCH] forgor to use echo -e in ci script --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a74cabf..78d07fd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ pipeline: commands: - npm install -g pnpm - pnpm i - - echo "[values]\n_DEBUG=0\n_CORS_URL='https://cors.ruthenic.com/'" > options.toml + - echo -e "[values]\n_DEBUG=0\n_CORS_URL='https://cors.ruthenic.com/'" > options.toml - pnpm build when: event: [ pull_request, push ]