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