make enviroment mutable
This commit is contained in:
parent
c67fb64e4a
commit
20eee1f83c
|
@ -7,6 +7,7 @@ pipeline:
|
||||||
- yarn build
|
- yarn build
|
||||||
environment:
|
environment:
|
||||||
- DATABASE=12
|
- DATABASE=12
|
||||||
|
- YARN_ENABLE_IMMUTABLE_INSTALLS=false
|
||||||
migrate:
|
migrate:
|
||||||
image: node:19.2.0
|
image: node:19.2.0
|
||||||
commands:
|
commands:
|
||||||
|
@ -14,6 +15,8 @@ pipeline:
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn migrate
|
- yarn migrate
|
||||||
|
environment:
|
||||||
|
- YARN_ENABLE_IMMUTABLE_INSTALLS=false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
NODE_VERSION:
|
NODE_VERSION:
|
||||||
|
|
Loading…
Reference in New Issue