forgor to use echo -e in ci script
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 2 years ago
parent 2d8f475b67
commit cce3b90742

@ -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 ]

Loading…
Cancel
Save