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
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue