This commit is contained in:
parent
312dc55186
commit
801169c9b4
@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: alpine-latest
|
runs-on: alpine-latest
|
||||||
steps:
|
steps:
|
||||||
- name: add nameservers to resolv.conf
|
- name: add nameservers to resolv.conf
|
||||||
run: echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
|
run: sh echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
|
||||||
- name: show resolv.conf
|
- name: show resolv.conf
|
||||||
run: cat /etc/resolv.conf
|
run: cat /etc/resolv.conf
|
||||||
- name: show ip addr
|
- name: show ip addr
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user