Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc7dcca

Browse files
Added pipeline .harness/pipelines/github-api-1692894174037.yaml
1 parent 011fa1a commit cc7dcca

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
pipeline:
2+
identifier: Build_github_api_1692894191307
3+
name: Build github-api
4+
orgIdentifier: default
5+
projectIdentifier: default_project
6+
properties:
7+
ci:
8+
codebase:
9+
build: <+input>
10+
connectorRef: account.Github_OAuth_1692894066759
11+
repoName: anothererikjames/github-api
12+
stages:
13+
- stage:
14+
identifier: build
15+
name: build
16+
spec:
17+
cloneCodebase: true
18+
execution:
19+
steps:
20+
- step:
21+
identifier: echo
22+
name: echo
23+
spec:
24+
command: echo hello world
25+
timeout: ""
26+
type: Run
27+
platform:
28+
arch: Amd64
29+
os: Linux
30+
runtime:
31+
spec: {}
32+
type: Cloud
33+
type: CI

0 commit comments

Comments
 (0)