Skip to content

Commit ac380f7

Browse files
Update pipeline javascript-commons
1 parent 1e3eab2 commit ac380f7

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.harness/ci.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,8 @@ pipeline:
3838
name: Redis
3939
type: Service
4040
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
41+
connectorRef: account.har_connector
42+
image: redis:alpine
5143
execution:
5244
steps:
5345
- step:
@@ -58,7 +50,7 @@ pipeline:
5850
shell: Sh
5951
command: |-
6052
apt-get update && apt-get install -y redis-tools
61-
redis-cli -h redis ping
53+
redis-cli ping
6254
command: |
6355
apt-get update && apt-get install -y redis-tools
6456

0 commit comments

Comments
 (0)