parent
773995a3d5
commit
a821a68e71
1 changed files with 7 additions and 8 deletions
|
@ -10,18 +10,17 @@ jobs:
|
||||||
echo '${{vars.dns}}' > '/etc/resolv.conf'
|
echo '${{vars.dns}}' > '/etc/resolv.conf'
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes 'git'
|
apt-get install --yes 'git'
|
||||||
git clone "${GITHUB_SERVER_URL}/rwx.work/cd" '/cd'
|
git clone "${GITHUB_SERVER_URL}/rwx.work/cd" '/usr/local/bin'
|
||||||
|
|
||||||
- run: /cd/env
|
- run: cd-list-environment
|
||||||
|
|
||||||
- run: echo "${PATH}"
|
- run: ls -al /usr/local/sbin
|
||||||
- run: ls -al /usr/local/bin
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
apt-get install --yes \
|
apt-get install --yes \
|
||||||
'pandoc' \
|
'pandoc' \
|
||||||
|
|
||||||
- run: /cd/branch
|
- run: cd-clone-branch
|
||||||
- run: /cd/build
|
- run: cd-build
|
||||||
- run: /cd/workspace
|
- run: cd-browse-workspace
|
||||||
- run: /cd/sync
|
- run: cd-synchronize-output
|
||||||
|
|
Loading…
Reference in a new issue