parent
58e5aa6358
commit
d84b4606ad
1 changed files with 8 additions and 11 deletions
|
@ -9,20 +9,17 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: cd
|
- name: cd
|
||||||
run: eval '${{vars.cd}}'
|
env:
|
||||||
|
|
||||||
- env:
|
|
||||||
CD: '${{secrets.cd}}'
|
CD: '${{secrets.cd}}'
|
||||||
run: cd-set-ssh
|
run: |
|
||||||
|
eval '${{vars.cd}}'
|
||||||
|
cd-init
|
||||||
- run: cd-list-environment
|
- run: cd-list-environment
|
||||||
|
|
||||||
- name: Install tools
|
|
||||||
run: |
|
|
||||||
apt-get install --yes \
|
|
||||||
'pandoc' \
|
|
||||||
|
|
||||||
- run: cd-clone-branch
|
- run: cd-clone-branch
|
||||||
- run: cd-build
|
- run: cd-install 'pandoc'
|
||||||
|
|
||||||
|
- run: cd-build-project
|
||||||
- run: cd-browse-workspace
|
- run: cd-browse-workspace
|
||||||
|
|
||||||
- run: cd-synchronize-output
|
- run: cd-synchronize-output
|
||||||
|
|
Loading…
Reference in a new issue