branch
All checks were successful
/ job (push) Successful in 53s

This commit is contained in:
Marc Beninca 2024-03-22 23:38:49 +01:00
parent 0ed9a7691f
commit 34b3ecd0b9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -12,9 +12,9 @@ jobs:
apt-get install --yes 'git'
git clone "${GITHUB_SERVER_URL}/rwx.work/cd" '/cd'
- run: '/cd/env'
- run: /cd/env
- run: '/cd/workspace'
- run: /cd/workspace
- name: Install tools
run: |
@ -22,8 +22,7 @@ jobs:
'pandoc' \
'rsync' \
- name: Clone repository
run: git clone "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" '.'
- run: /cd/branch
- name: Build
run: './build.sh'