parent
c1c8238061
commit
0ed9a7691f
1 changed files with 3 additions and 3 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue