This commit is contained in:
parent
b86fd6b6bc
commit
0c10b15447
1 changed files with 4 additions and 4 deletions
|
@ -9,6 +9,10 @@ jobs:
|
||||||
apt-get update -qq
|
apt-get update -qq
|
||||||
apt-get install -y -qq nodejs git clang
|
apt-get install -y -qq nodejs git clang
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- id: vorebot
|
||||||
|
uses: ./.forgejo/build-service
|
||||||
|
with:
|
||||||
|
service-name: "vorebot"
|
||||||
- id: asklyphe-auth-frontend
|
- id: asklyphe-auth-frontend
|
||||||
uses: ./.forgejo/build-service
|
uses: ./.forgejo/build-service
|
||||||
with:
|
with:
|
||||||
|
@ -33,7 +37,3 @@ jobs:
|
||||||
uses: ./.forgejo/build-service
|
uses: ./.forgejo/build-service
|
||||||
with:
|
with:
|
||||||
service-name: "lyphedb"
|
service-name: "lyphedb"
|
||||||
- id: vorebot
|
|
||||||
uses: ./.forgejo/build-service
|
|
||||||
with:
|
|
||||||
service-name: "vorebot"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue