mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
lsat CI fixes
This commit is contained in:
parent
da44d19ab0
commit
ba831d07dc
2 changed files with 1 additions and 2 deletions
|
@ -5,6 +5,7 @@ pipeline:
|
|||
- cp .config/ci.yml .config/default.yml
|
||||
- corepack enable
|
||||
- yarn install
|
||||
- yarn workspace backend run build
|
||||
- yarn migrate
|
||||
environment:
|
||||
- YARN_ENABLE_IMMUTABLE_INSTALLS=false
|
||||
|
|
|
@ -6,8 +6,6 @@ pipeline:
|
|||
tags: test
|
||||
dockerfile: Dockerfile
|
||||
no_push: true
|
||||
when:
|
||||
event: commit
|
||||
|
||||
branches:
|
||||
include: [ master, develop ]
|
||||
|
|
Loading…
Reference in a new issue