Skip to content

Commit 359eb99

Browse files
Update pipeline Build example-components
1 parent aa85102 commit 359eb99

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.harness/pipelines/example-components-1778002057572.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ pipeline:
1919
spec:
2020
shell: Sh
2121
command: echo "Welcome to Harness CI"
22+
- step:
23+
type: Run
24+
name: Install deps
25+
identifier: Install_Deps
26+
spec:
27+
shell: Sh
28+
command: pip install -r requirements.txt
2229
platform:
2330
os: Linux
2431
arch: Amd64

0 commit comments

Comments
 (0)