no sock
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2022-01-11 12:40:39 +01:00
parent f88acf742a
commit e5a411cb69
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
1 changed files with 0 additions and 23 deletions

View File

@ -7,17 +7,11 @@ steps:
image: composer:2.1.14 image: composer:2.1.14
commands: commands:
- cd backend && composer install - cd backend && composer install
volumes:
- name: host_docker_sock
path: /var/run/docker.sock
- name: frontend - name: frontend
image: node:16.13.1-alpine image: node:16.13.1-alpine
commands: commands:
- cd frontend && npm install && npm run build - cd frontend && npm install && npm run build
volumes:
- name: host_docker_sock
path: /var/run/docker.sock
- name: build-php-image - name: build-php-image
image: plugins/docker image: plugins/docker
@ -30,10 +24,6 @@ steps:
from_secret: registry_username from_secret: registry_username
password: password:
from_secret: registry_password from_secret: registry_password
no_cache: true
volumes:
- name: host_docker_sock
path: /var/run/docker.sock
depends_on: depends_on:
- frontend - frontend
- backend - backend
@ -49,10 +39,6 @@ steps:
from_secret: registry_username from_secret: registry_username
password: password:
from_secret: registry_password from_secret: registry_password
no_cache: true
volumes:
- name: host_docker_sock
path: /var/run/docker.sock
depends_on: depends_on:
- frontend - frontend
- backend - backend
@ -68,19 +54,10 @@ steps:
from_secret: registry_username from_secret: registry_username
password: password:
from_secret: registry_password from_secret: registry_password
no_cache: true
volumes:
- name: host_docker_sock
path: /var/run/docker.sock
depends_on: depends_on:
- frontend - frontend
- backend - backend
volumes:
- name: host_docker_sock
host:
path: /var/run/docker.sock
node: node:
location: home location: home