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