From ad01e5386f00ce70b4b44b79d0a54c400308aa91 Mon Sep 17 00:00:00 2001 From: "nofar.bluestein@harness.io" Date: Wed, 28 Jul 2021 09:08:36 -0500 Subject: [PATCH] Update pipeline Go Demo --- config/.harness/Go_Demo.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/.harness/Go_Demo.yaml b/config/.harness/Go_Demo.yaml index 0d9a3431..d16592ab 100644 --- a/config/.harness/Go_Demo.yaml +++ b/config/.harness/Go_Demo.yaml @@ -13,6 +13,15 @@ pipeline: cloneCodebase: true execution: steps: + - step: + type: Run + name: fail builds + identifier: fail_builds + spec: + connectorRef: account.nofar_dockerhub + image: alpine + command: adas sad asdf + privileged: false - step: type: Run name: Run Unit Tests