Compare commits
No commits in common. "f509e41281f2e8520d45fc4de70682db12e61047" and "1944d5af26e1926bd8802a11ebe5b1726a3e9593" have entirely different histories.
f509e41281
...
1944d5af26
1 changed files with 11 additions and 10 deletions
|
@ -3,17 +3,18 @@ jobs:
|
|||
job:
|
||||
runs-on: bookworm
|
||||
steps:
|
||||
- name: cd
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
|
||||
- run: cd-list-environment
|
||||
- name: cd-bootstrap
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
|
||||
- run: cd-clone-branch
|
||||
- run: cd-install-packages 'pandoc'
|
||||
- run: cd-list-environment
|
||||
|
||||
- run: cd-build-project
|
||||
- run: cd-browse-workspace
|
||||
- run: cd-clone-branch
|
||||
- run: cd-install-packages 'pandoc'
|
||||
|
||||
- run: cd-synchronize 'out'
|
||||
- run: cd-build-project
|
||||
- run: cd-browse-workspace
|
||||
|
||||
- run: cd-synchronize 'out'
|
||||
|
|
Loading…
Reference in a new issue