mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
pipe fix
This commit is contained in:
@@ -12,7 +12,7 @@ build-backend:
|
|||||||
image: docker:20.10.16
|
image: docker:20.10.16
|
||||||
variables:
|
variables:
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://localhost:2375
|
||||||
services:
|
services:
|
||||||
- name: docker:20.10.16-dind
|
- name: docker:20.10.16-dind
|
||||||
alias: docker
|
alias: docker
|
||||||
@@ -30,13 +30,14 @@ build-backend:
|
|||||||
expire_in: 1 hour
|
expire_in: 1 hour
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
network_mode: host
|
||||||
|
|
||||||
build-frontend:
|
build-frontend:
|
||||||
stage: build
|
stage: build
|
||||||
image: docker:20.10.16
|
image: docker:20.10.16
|
||||||
variables:
|
variables:
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
DOCKER_HOST: tcp://docker:2375
|
DOCKER_HOST: tcp://localhost:2375
|
||||||
services:
|
services:
|
||||||
- name: docker:20.10.16-dind
|
- name: docker:20.10.16-dind
|
||||||
alias: docker
|
alias: docker
|
||||||
@@ -53,6 +54,7 @@ build-frontend:
|
|||||||
expire_in: 1 hour
|
expire_in: 1 hour
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
network_mode: host
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
Reference in New Issue
Block a user