git
All checks were successful
/ job (push) Successful in 30s

This commit is contained in:
Marc Beninca 2024-07-29 16:15:21 +02:00
parent d197e4a640
commit d3694abc84
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,9 @@ jobs:
image: ${{vars.DOCKER}}debian:bookworm
steps:
- name: spcd
env:
SPCD_GIT_MAIN: ${{vars.SPCD_GIT_MAIN}}
SPCD_GIT_ROOT: ${{vars.SPCD_GIT_ROOT}}
run: ${{vars.SPCD}}
- run: spcd-build-project

View file

@ -6,6 +6,9 @@ jobs:
image: ${{vars.DOCKER}}debian:bookworm
steps:
- name: spcd
env:
SPCD_GIT_MAIN: ${{vars.SPCD_GIT_MAIN}}
SPCD_GIT_ROOT: ${{vars.SPCD_GIT_ROOT}}
run: echo '${{vars.SPCD}}' | tr -d '\r' | sh -s
- run: spcd-build-project