Browse Source

更新 '.drone.yml'

interface
parent
commit
dc67ad4de5
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      .drone.yml

+ 6
- 6
.drone.yml View File

@@ -2,10 +2,10 @@ kind: pipeline
type: docker
name: default
steps:
- name: ping
image: redis
commands:
- redis-cli -h cache ping
- name: ping
image: redis
commands:
- redis-cli -h cache ping
services:
- name: cache
image: redis
- name: cache
image: redis

Loading…
Cancel
Save