From 20eee1f83c952effb0d31781a73871ef7ca41a00 Mon Sep 17 00:00:00 2001 From: cutestnekoaqua Date: Tue, 13 Dec 2022 23:37:24 +0100 Subject: [PATCH] make enviroment mutable --- .woodpecker/commit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker/commit.yml b/.woodpecker/commit.yml index b8e72b9ac..9605dd38f 100644 --- a/.woodpecker/commit.yml +++ b/.woodpecker/commit.yml @@ -7,6 +7,7 @@ pipeline: - yarn build environment: - DATABASE=12 + - YARN_ENABLE_IMMUTABLE_INSTALLS=false migrate: image: node:19.2.0 commands: @@ -14,6 +15,8 @@ pipeline: - corepack enable - yarn install - yarn migrate + environment: + - YARN_ENABLE_IMMUTABLE_INSTALLS=false matrix: NODE_VERSION: