Compare commits

..

No commits in common. "e65b2f9ffa4d0cd4a4caad726c66342f619e96e9" and "152bd49b6683dec0b06787986a180b5c3b709e50" have entirely different histories.

4 changed files with 9 additions and 15 deletions

View file

@ -1,20 +1,15 @@
on: [push]
jobs:
job:
container:
image: ${{vars.DOCKER}}debian:bookworm
runs-on: bookworm
steps:
- name: spcd
- name: cd
env:
SPCD: ${{vars.SPCD}}
SPCD_GIT_RWX: ${{vars.SPCD_GIT_RWX}}
SPCD_GIT_SPCD: ${{vars.SPCD_GIT_SPCD}}
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
SPCD_TXT_LOCALE: ${{vars.SPCD_TXT_LOCALE}}
run: ${{vars.SPCD}}
CD: '${{secrets.cd}}'
run: eval '${{vars.cd}}'
- run: spcd-check-project
- run: spcd-build-project
- run: spcd-browse-workspace
- run: spcd-synchronize in
- run: cd-clone-branch
- run: cd-browse-workspace
- run: cd-synchronize 'in'

Binary file not shown.