make enviroment mutable

This commit is contained in:
cutestnekoaqua 2022-12-13 23:37:24 +01:00
parent c67fb64e4a
commit 20eee1f83c
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

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