fix: use git clone instead of actions/checkout (no node on shell runner)
Some checks failed
CI/CD Pipeline / build (push) Failing after 0s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
vrubel 2026-06-06 16:15:29 +00:00
parent 4109aa1ab8
commit ad8a5e5a90

View file

@ -9,7 +9,8 @@ jobs:
build:
runs-on: shell
steps:
- uses: actions/checkout@v4
- name: Clone repository
run: git clone --depth 1 "http://192.168.8.174:3000/${GITHUB_REPOSITORY}.git" .
- name: Setup .env for CI/CD
run: cp .env.example .env