chore: add --remove-orphans to the build command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2efd79e1e4
commit
4801a792b6
@ -75,7 +75,7 @@ steps:
|
||||
- name: s
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- docker-compose build
|
||||
- docker-compose build --remove-orphans
|
||||
|
||||
volumes:
|
||||
- name: s
|
||||
@ -179,7 +179,7 @@ steps:
|
||||
- name: s
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- docker-compose up --build -d --scale homepage=4
|
||||
- docker-compose up --build -d --remove-orphans --scale homepage=4
|
||||
when:
|
||||
branch: master
|
||||
status: success
|
||||
|
Loading…
Reference in New Issue
Block a user