ci: remove container and install-tools step to run on host directly
Deploy Slides / build-and-deploy (push) Failing after 1s
Deploy Slides / build-and-deploy (push) Failing after 1s
The host runner already has git and docker-cli installed, so running inside node:22-alpine container and installing tools is unnecessary. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -8,11 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
runs-on: aliyun
|
runs-on: aliyun
|
||||||
container: node:22-alpine
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install tools
|
|
||||||
run: apk add --no-cache docker-cli git
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: http://47.121.181.112:3000/wonder/checkout@v4
|
uses: http://47.121.181.112:3000/wonder/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user