add kibot config
This commit is contained in:
45
.github/workflows/kibot.yml
vendored
Normal file
45
.github/workflows/kibot.yml
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
name: kibot
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
erc:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
ssh-strict: false
|
||||
fetch-depth: 2
|
||||
- uses: INTI-CMNB/KiBot@v2_k8
|
||||
with:
|
||||
config: config_erc.kibot.yaml
|
||||
dir: output
|
||||
|
||||
drc:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
ssh-strict: false
|
||||
fetch-depth: 2
|
||||
- uses: INTI-CMNB/KiBot@v2_k8
|
||||
with:
|
||||
config: config_drc.kibot.yaml
|
||||
dir: output
|
||||
|
||||
generate_outputs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 2
|
||||
- uses: INTI-CMNB/KiBot@v2_k8
|
||||
with:
|
||||
config: config.kibot.yaml
|
||||
dir: output
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: output
|
||||
path: output
|
Reference in New Issue
Block a user