env
Some checks failed
/ job (push) Failing after 51s

This commit is contained in:
Marc Beninca 2024-03-22 23:15:17 +01:00
parent 0d46b26714
commit b325dca13b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -5,24 +5,18 @@ jobs:
container:
image: debian:bookworm
steps:
- name: Sort environment
run: env | sort
- name: List event
run: cat "${GITHUB_EVENT_PATH}"
- name: Set DNS
- name: Clone CD
run: |
echo '${{vars.dns}}' > '/etc/resolv.conf'
cat '/etc/resolv.conf'
apt-get update
apt-get install --yes 'git'
git clone "${GITHUB_SERVER_URL}/rwx.work/cd"
- name: Update catalog
run: apt-get update
- run: 'cd/env'
- name: Install tools
run: |
apt-get install --assume-yes \
'git' \
apt-get install --yes \
'tree' \
'pandoc' \
'rsync' \