Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanda committed Mar 19, 2020
1 parent a5f3ec2 commit f9b2800
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@ jobs:
key: build-{{ .Branch }}-{{ checksum "go.sum" }}
paths:
- /home/circleci/.go_workspace/pkg
release:
docker:
- image: circleci/golang:1.13
working_directory: /home/circleci/reaper-client-go
steps:
- setup_remote_docker
- attach_workspace:
at: /home/circleci
- run:
name: creating image release tag
command: make push-release-tag
- run:
name: prepare release artifacs
command: make prepare-release-artifacts
- run:
name: publish release
command: |
go get github.com/tcnksm/ghr
make publish-release
release:
docker:
- image: circleci/golang:1.13
working_directory: /home/circleci/reaper-client-go
steps:
- setup_remote_docker
- attach_workspace:
at: /home/circleci
- run:
name: creating image release tag
command: make push-release-tag
- run:
name: prepare release artifacs
command: make prepare-release-artifacts
- run:
name: publish release
command: |
go get github.com/tcnksm/ghr
make publish-release
workflows:
version: 2
build-and-release:
Expand Down

0 comments on commit f9b2800

Please sign in to comment.