Skip to content

Commit

Permalink
sleep after revad start (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis authored Sep 9, 2020
1 parent 76e8e8d commit 0eaf66f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,11 @@ steps:
- /drone/src/cmd/revad/revad -c storage-oc.toml &
- /drone/src/cmd/revad/revad -c users.toml

- name: sleep-for-revad-start
image: golang:1.13
commands:
- sleep 5

- name: litmus-oc-old-webdav
image: owncloud/litmus:latest
environment:
Expand Down Expand Up @@ -296,6 +301,11 @@ steps:
- /drone/src/cmd/revad/revad -c storage-oc.toml &
- /drone/src/cmd/revad/revad -c users.toml

- name: sleep-for-revad-start
image: golang:1.13
commands:
- sleep 5

- name: litmus-oc-new-webdav
image: owncloud/litmus:latest
environment:
Expand Down

0 comments on commit 0eaf66f

Please sign in to comment.