fix: Fixed another markup issue in CircleCI config
This commit is contained in:
parent
23445b9bda
commit
ace0485fb6
1 changed files with 2 additions and 5 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue