From ea49acd3f2c8b5934d716736a672545f2e5d0c8f Mon Sep 17 00:00:00 2001 From: "nofar.bluestein@harness.io" Date: Wed, 28 Jul 2021 09:10:17 -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 0d9a343..f639659 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: faul build + identifier: faul_build + spec: + connectorRef: account.nofar_dockerhub + image: alpine + command: sadsdasd + privileged: false - step: type: Run name: Run Unit Tests