This commit is contained in:
@@ -24,10 +24,10 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- make build-validator
|
- make build-validator
|
||||||
|
|
||||||
- name: build-web
|
- name: build-frontend
|
||||||
image: bun:1.2.8
|
image: bun:1.2.8
|
||||||
commands:
|
commands:
|
||||||
- make build-web
|
- make build-frontend
|
||||||
|
|
||||||
- name: image-backend
|
- name: image-backend
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@@ -111,12 +111,12 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- build-backend
|
- build-backend
|
||||||
- build-validator
|
- build-validator
|
||||||
- build-web
|
- build-frontend
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- pull_request
|
- pull_request
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 9d45e7e2eeed92974ab938b0b50e3565593927bc427fb6be8daed867403c536c
|
hmac: fe30134398866c51ee8d9ca3e8eba85b6ca0f8a517a132b3fbda6698bfff719e
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user