cd-
Some checks failed
/ job (push) Failing after 49s

This commit is contained in:
Marc Beninca 2024-03-23 00:14:48 +01:00
parent 773995a3d5
commit a821a68e71
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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