2024-03-22 15:10:04 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
job:
|
2024-03-23 00:03:40 +00:00
|
|
|
|
2024-03-22 15:10:04 +00:00
|
|
|
runs-on: docker
|
|
|
|
container:
|
|
|
|
image: debian:bookworm
|
2024-03-23 00:03:40 +00:00
|
|
|
|
2024-03-22 15:10:04 +00:00
|
|
|
steps:
|
2024-03-23 00:03:40 +00:00
|
|
|
|
2024-03-22 23:47:45 +00:00
|
|
|
- name: cd
|
2024-03-23 00:03:40 +00:00
|
|
|
run: eval '${{vars.cd}}'
|
|
|
|
|
|
|
|
- env:
|
|
|
|
CD: '${{secrets.cd}}'
|
|
|
|
run: cd-set-ssh
|
2024-03-22 15:10:04 +00:00
|
|
|
|
2024-03-22 23:39:53 +00:00
|
|
|
- run: cd-list-environment
|
2024-03-22 15:10:04 +00:00
|
|
|
|
|
|
|
- name: Install tools
|
|
|
|
run: |
|
2024-03-22 22:15:17 +00:00
|
|
|
apt-get install --yes \
|
2024-03-22 15:15:15 +00:00
|
|
|
'pandoc' \
|
2024-03-22 15:10:04 +00:00
|
|
|
|
2024-03-22 23:14:48 +00:00
|
|
|
- run: cd-clone-branch
|
|
|
|
- run: cd-build
|
|
|
|
- run: cd-browse-workspace
|
|
|
|
- run: cd-synchronize-output
|