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
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
services:
|
||||
- name: docker:20.10.16-dind
|
||||
alias: docker
|
||||
@@ -30,13 +30,14 @@ build-backend:
|
||||
expire_in: 1 hour
|
||||
only:
|
||||
- main
|
||||
network_mode: host
|
||||
|
||||
build-frontend:
|
||||
stage: build
|
||||
image: docker:20.10.16
|
||||
variables:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
DOCKER_HOST: tcp://localhost:2375
|
||||
services:
|
||||
- name: docker:20.10.16-dind
|
||||
alias: docker
|
||||
@@ -53,6 +54,7 @@ build-frontend:
|
||||
expire_in: 1 hour
|
||||
only:
|
||||
- main
|
||||
network_mode: host
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
|
Reference in New Issue
Block a user