Skip to content

Commit 224341d

Browse files
Update pipeline javascript-client
1 parent 7cf2a73 commit 224341d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.harness/ci-cd.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipeline:
1212
build: <+input>
1313
stages:
1414
- stage:
15-
name: Check-Test-Build
15+
name: Check-Test-Build-Upload
1616
identifier: Checkout_code
1717
description: ""
1818
type: CI
@@ -37,13 +37,11 @@ pipeline:
3737
steps:
3838
- step:
3939
type: Run
40-
name: redis-server
40+
name: Install redis-server
4141
identifier: redis_server
4242
spec:
4343
shell: Sh
44-
command: |-
45-
apt-get update && apt-get install -y redis-server
46-
redis-server --daemonize yes
44+
command: apt-get update && apt-get install -y redis-server
4745
- step:
4846
type: Action
4947
name: Set up Nodejs

0 commit comments

Comments
 (0)