From d0bb0efd91378af0589097b1a4df3e4267528d33 Mon Sep 17 00:00:00 2001 From: Archit Mallik Date: Wed, 12 Feb 2025 18:22:53 +0530 Subject: [PATCH] Update inputset event-Push --- .harness/eventPush.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.harness/eventPush.yaml b/.harness/eventPush.yaml index 3f4acad..0c1405c 100644 --- a/.harness/eventPush.yaml +++ b/.harness/eventPush.yaml @@ -25,9 +25,7 @@ inputSet: identifier: Build_Push type: Run spec: - command: |- - go build -a -tags netgo -o release/linux/amd64/drone-<+matrix.repo> - ./cmd/drone-<+matrix.repo> + command: go build -a -tags netgo -o release/linux/amd64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo> - step: identifier: Docker_Build_and_Push type: Plugin @@ -54,9 +52,7 @@ inputSet: identifier: buildpush type: Run spec: - command: |- - go build -a -tags netgo -o release/linux/arm64/drone-<+matrix.repo> - ./cmd/drone-<+matrix.repo> + command: go build -a -tags netgo -o release/linux/arm64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo> - step: identifier: Docker_Build_and_Push type: Plugin