Skip to content

Commit 2ee0c11

Browse files
Update pipeline javascript-client
1 parent 21e73d9 commit 2ee0c11

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.harness/ci-cd.yaml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,6 @@ pipeline:
3535
enabled: false
3636
execution:
3737
steps:
38-
- step:
39-
type: Run
40-
name: Install redis-server
41-
identifier: redis_server
42-
spec:
43-
shell: Sh
44-
command: |-
45-
add-apt-repository ppa:redislabs/redis
46-
apt-get install -y redis-tools redis-server
47-
- step:
48-
type: Run
49-
name: redis-cli ping
50-
identifier: rediscli_ping
51-
spec:
52-
shell: Sh
53-
command: redis-cli ping
5438
- step:
5539
type: Action
5640
name: Set up Nodejs
@@ -74,27 +58,6 @@ pipeline:
7458
spec:
7559
shell: Sh
7660
command: npm run check
77-
- step:
78-
type: Run
79-
name: npm run test-ts-decls
80-
identifier: npm_run_test_ts_decls
81-
spec:
82-
shell: Sh
83-
command: npm run test-ts-decls
84-
- step:
85-
type: Run
86-
name: npm run test-browser
87-
identifier: npm_run_test_browser
88-
spec:
89-
shell: Sh
90-
command: npm run test-browser
91-
- step:
92-
type: Run
93-
name: npm run test-node
94-
identifier: npm_run_test_node
95-
spec:
96-
shell: Sh
97-
command: npm run test-node
9861
- step:
9962
type: Run
10063
name: npm run build
@@ -115,7 +78,6 @@ pipeline:
11578
connectorRef: artifacts
11679
when:
11780
stageStatus: Success
118-
condition: <+trigger.event> == "push" && <+trigger.branch> == "refs/heads/harness-pipeline"
11981
- step:
12082
type: Run
12183
name: upload prod assets to CDN

0 commit comments

Comments
 (0)