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