We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3eab2 commit ac380f7Copy full SHA for ac380f7
.harness/ci.yaml
@@ -38,16 +38,8 @@ pipeline:
38
name: Redis
39
type: Service
40
spec:
41
- image: redis:latest
42
- ports:
43
- - "6379:6379"
44
- healthCheck:
45
- command:
46
- - redis-cli
47
- - ping
48
- interval: 10s
49
- retries: 3
50
- timeout: 5s
+ connectorRef: account.har_connector
+ image: redis:alpine
51
execution:
52
steps:
53
- step:
@@ -58,7 +50,7 @@ pipeline:
58
shell: Sh
59
command: |-
60
apt-get update && apt-get install -y redis-tools
61
- redis-cli -h redis ping
+ redis-cli ping
62
54
command: |
63
55
64
56
0 commit comments