mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
make enviroment mutable
This commit is contained in:
parent
11798cd98b
commit
1b5a100bc7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user