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