fix: no need to stop the container before build
All checks were successful
continuous-integration/drone/pr Build is passing

* this is handled for us by docker on container re-creation
This commit is contained in:
surtur 2020-10-03 21:16:29 +02:00
parent 41099802c2
commit 0962f31384
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -179,7 +179,6 @@ steps:
- name: s - name: s
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- docker stop homepage || true
- docker-compose up --build -d - docker-compose up --build -d
when: when:
branch: master branch: master