lsat CI fixes
This commit is contained in:
parent
2182d8f3ec
commit
48b6d50e34
|
@ -5,6 +5,7 @@ pipeline:
|
||||||
- cp .config/ci.yml .config/default.yml
|
- cp .config/ci.yml .config/default.yml
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- yarn install
|
- yarn install
|
||||||
|
- yarn workspace backend run build
|
||||||
- yarn migrate
|
- yarn migrate
|
||||||
environment:
|
environment:
|
||||||
- YARN_ENABLE_IMMUTABLE_INSTALLS=false
|
- YARN_ENABLE_IMMUTABLE_INSTALLS=false
|
||||||
|
|
|
@ -6,8 +6,6 @@ pipeline:
|
||||||
tags: test
|
tags: test
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
no_push: true
|
no_push: true
|
||||||
when:
|
|
||||||
event: commit
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
include: [ master, develop ]
|
include: [ master, develop ]
|
||||||
|
|
Loading…
Reference in New Issue