fix: Fixed another markup issue in CircleCI config

This commit is contained in:
Peter 2019-04-20 00:36:05 +02:00
parent 23445b9bda
commit ace0485fb6
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -5,16 +5,13 @@ jobs:
- image: golang:1.12-alpine - image: golang:1.12-alpine
steps: steps:
- checkout - checkout
- name: Make compile - run: make compile
command: make compile
release: release:
docker: docker:
- image: circleci/golang:1.12 - image: circleci/golang:1.12
steps: steps:
- checkout - checkout
- run: - run: curl -sL https://git.io/goreleaser | bash
name: goreleaser
command: curl -sL https://git.io/goreleaser | bash
workflows: workflows:
version: 2 version: 2
build_and_release: build_and_release: