From ace0485fb6d66a0883d6c66c26b2a115bc56dc1b Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Sat, 20 Apr 2019 00:36:05 +0200 Subject: [PATCH] fix: Fixed another markup issue in CircleCI config --- .circleci/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba18e5a..43655d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,16 +5,13 @@ jobs: - image: golang:1.12-alpine steps: - checkout - - name: Make compile - command: make compile + - run: make compile release: docker: - image: circleci/golang:1.12 steps: - checkout - - run: - name: goreleaser - command: curl -sL https://git.io/goreleaser | bash + - run: curl -sL https://git.io/goreleaser | bash workflows: version: 2 build_and_release: