fix: disable 4
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -9,7 +9,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: node:18-alpine
|
||||
steps:
|
||||
# Устанавливаем git прямо внутрь контейнера alpine
|
||||
- name: Install Git
|
||||
run: apk add --no-cache git
|
||||
|
||||
@@ -43,10 +42,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
steps:
|
||||
# На этапе сборки докера контейнер node не используется, git ставим стандартным apt, если нужен
|
||||
- name: Install Git on Host
|
||||
run: sudo apt-get update && sudo apt-get install -y git
|
||||
|
||||
- name: Clone repository
|
||||
run: git clone https://iux-gitea.myddns.me/24_LitvintsevaVD/docker_lab.git .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user