Skip to content

Commit b714578

Browse files
committed
feat: test
Signed-off-by: wss <[email protected]>
1 parent d6aa854 commit b714578

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

serverless-pipeline.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: "On Push masters"
22

33
steps:
4-
- run: echo $PATH
5-
- plugin: "@serverless-cd/setup-runtime"
4+
- run: npm install @serverless-devs/s -g
5+
- plugin: "@serverless-cd/s-setup"
66
inputs:
7-
runtime:
8-
- nodejs18
9-
- nodejs22
10-
- python3.10
11-
- java8
12-
- run: echo $PATH
7+
alias: "s-setup"
8+
- run: s config get
139

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "On Push masters"
2+
3+
steps:
4+
- run: echo $PATH
5+
- plugin: "@serverless-cd/setup-runtime"
6+
inputs:
7+
runtime:
8+
- nodejs18
9+
- nodejs22
10+
- python3.10
11+
- java8
12+
- run: echo $PATH
13+

0 commit comments

Comments
 (0)