eval
Some checks failed
/ job (push) Failing after 59s

This commit is contained in:
Marc Beninca 2024-03-23 00:39:53 +01:00
parent ba891ee0aa
commit 370fba0b21
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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