parent
0d46b26714
commit
b325dca13b
1 changed files with 6 additions and 12 deletions
|
@ -5,24 +5,18 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: Sort environment
|
- name: Clone CD
|
||||||
run: env | sort
|
|
||||||
|
|
||||||
- name: List event
|
|
||||||
run: cat "${GITHUB_EVENT_PATH}"
|
|
||||||
|
|
||||||
- name: Set DNS
|
|
||||||
run: |
|
run: |
|
||||||
echo '${{vars.dns}}' > '/etc/resolv.conf'
|
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: 'cd/env'
|
||||||
run: apt-get update
|
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
apt-get install --assume-yes \
|
apt-get install --yes \
|
||||||
'git' \
|
|
||||||
'tree' \
|
'tree' \
|
||||||
'pandoc' \
|
'pandoc' \
|
||||||
'rsync' \
|
'rsync' \
|
||||||
|
|
Loading…
Reference in a new issue