更新 .gitea/workflows/main.yaml
CI / Build (push) Failing after 2s
Details
CI / Build (push) Failing after 2s
Details
This commit is contained in:
parent
d0428562c0
commit
eb32686d88
|
@ -7,8 +7,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: install nodejs
|
- name: install nodejs
|
||||||
run: |
|
run: |
|
||||||
ls
|
add-dns.sh
|
||||||
echo "8.137.84.255 pms.docker" >> /etc/hosts
|
# echo "8.137.84.255 pms.docker" >> /etc/hosts
|
||||||
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||||
apk add nodejs
|
apk add nodejs
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue