parent
0d46b26714
commit
b325dca13b
1 changed files with 6 additions and 12 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue