Skip to content

Commit

Permalink
Added pipeline .harness/pipelines/web-api-1703043088193.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sannrao committed Dec 20, 2023
1 parent f9b7f12 commit 6121c20
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .harness/pipelines/web-api-1703043088193.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
pipeline:
identifier: Build_sannrao_web_api_1703043093222
name: Build web-api
orgIdentifier: default
projectIdentifier: default_project
properties:
ci:
codebase:
build: <+input>
connectorRef: account.Github_OAuth_1703043072841
repoName: sannrao/web-api
stages:
- stage:
identifier: build
name: build
spec:
cloneCodebase: true
execution:
steps:
- step:
identifier: echo
name: echo
spec:
command: echo hello world
timeout: ""
type: Run
platform:
arch: Amd64
os: Linux
runtime:
spec: {}
type: Cloud
type: CI

0 comments on commit 6121c20

Please sign in to comment.