/cd
All checks were successful
/ job (push) Successful in 53s

This commit is contained in:
Marc Beninca 2024-03-22 23:29:34 +01:00
parent c1c8238061
commit 0ed9a7691f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -10,11 +10,11 @@ jobs:
echo '${{vars.dns}}' > '/etc/resolv.conf'
apt-get update
apt-get install --yes 'git'
git clone "${GITHUB_SERVER_URL}/rwx.work/cd"
git clone "${GITHUB_SERVER_URL}/rwx.work/cd" '/cd'
- run: 'cd/env'
- run: '/cd/env'
- run: 'cd/workspace'
- run: '/cd/workspace'
- name: Install tools
run: |