parent
ba891ee0aa
commit
370fba0b21
1 changed files with 2 additions and 6 deletions
|
@ -8,13 +8,9 @@ jobs:
|
|||
- name: Clone CD
|
||||
run: |
|
||||
echo '${{vars.dns}}' > '/etc/resolv.conf'
|
||||
apt-get update
|
||||
apt-get install --yes 'git'
|
||||
git clone "${GITHUB_SERVER_URL}/rwx.work/cd" '/usr/local/sbin'
|
||||
eval "${{vars.cd}}"
|
||||
|
||||
- env:
|
||||
TOP_SECRET: ${{secrets.top_secret}}
|
||||
run: cd-list-environment
|
||||
- run: cd-list-environment
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue