fix///
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -41,7 +41,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: test
|
needs: test
|
||||||
|
# Запускаем сборку внутри контейнера, где точно есть команда docker!
|
||||||
|
container: docker:stable
|
||||||
steps:
|
steps:
|
||||||
|
# Внутри контейнера docker:stable тоже альпийский Linux, ставим туда git
|
||||||
|
- name: Install Git
|
||||||
|
run: apk add --no-cache git
|
||||||
|
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: git clone https://iux-gitea.myddns.me/24_LitvintsevaVD/docker_lab.git .
|
run: git clone https://iux-gitea.myddns.me/24_LitvintsevaVD/docker_lab.git .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user