git/.forgejo/workflows/main.yaml
Workflow config file is invalid. Please check your config file: yaml: line 13: mapping values are not allowed in this context
2024-04-27 09:55:14 +02:00

23 lines
438 B
YAML

on: [push]
jobs:
job:
container:
image: debian:bookworm
steps:
- name: cd
env:
CD: '${{secrets.cd}}'
CD_OS_NAME: debian
CD_OS_VERSION: bookworm
run: eval '${{vars.cd}}'
shell: bash
- run: cd-list-environment
- run: cd-clone-branch
- run: cd-install-packages 'pandoc'
- run: cd-build-project
- run: cd-browse-workspace
- run: cd-synchronize 'out'