We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf2a73 commit 224341dCopy full SHA for 224341d
.harness/ci-cd.yaml
@@ -12,7 +12,7 @@ pipeline:
12
build: <+input>
13
stages:
14
- stage:
15
- name: Check-Test-Build
+ name: Check-Test-Build-Upload
16
identifier: Checkout_code
17
description: ""
18
type: CI
@@ -37,13 +37,11 @@ pipeline:
37
steps:
38
- step:
39
type: Run
40
- name: redis-server
+ name: Install redis-server
41
identifier: redis_server
42
spec:
43
shell: Sh
44
- command: |-
45
- apt-get update && apt-get install -y redis-server
46
- redis-server --daemonize yes
+ command: apt-get update && apt-get install -y redis-server
47
48
type: Action
49
name: Set up Nodejs
0 commit comments