Skip to content

Commit 566bc57

Browse files
authored
Merge pull request #28 from keen-software/failMyBuild
Update pipeline Go Demo
2 parents 8821f68 + ad01e53 commit 566bc57

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

config/.harness/Go_Demo.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ pipeline:
1313
cloneCodebase: true
1414
execution:
1515
steps:
16+
- step:
17+
type: Run
18+
name: fail builds
19+
identifier: fail_builds
20+
spec:
21+
connectorRef: account.nofar_dockerhub
22+
image: alpine
23+
command: adas sad asdf
24+
privileged: false
1625
- step:
1726
type: Run
1827
name: Run Unit Tests

0 commit comments

Comments
 (0)