From ae4e2e6b65de5825c7f5a6033fcb8c23f0c2ba75 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 12 Mar 2021 10:13:12 +0000 Subject: [PATCH] fix pipeline: attempt 4 --- bitbucket-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e5fd209..cff6eb1 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,11 +8,11 @@ image: golang:1.15 pipelines: default: - parallel: - - step: - name: Lint code - image: golangci/golangci-lint:v1.31.0 - script: - - golangci-lint run -v + - step: + name: Lint code + image: golangci/golangci-lint:v1.31.0 + script: + - golangci-lint run -v - step: name: Test and Build script: