Browse Source

fix bug

master
dan 5 years ago
parent
commit
b4bfdd8ad7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Drone/drone.yml

+ 1
- 1
Drone/drone.yml View File

@ -30,7 +30,7 @@ steps:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker rm -f dronetest || true
- docker rm -f droneprod || true
- docker run --network=proxy --name=droneprod --restart always -d dronetest
when:
event:


Loading…
Cancel
Save