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