Skip to content

Commit

Permalink
add git to the goreleaser image
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Dec 21, 2019
1 parent 5e72eb3 commit 333888d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,21 @@ jobs:
command: |
docker pull praqma/helmsman:latest
docker build --cache-from=praqma/helmsman:latest -t helmsman .
release:
docker:
- image: goreleaser/goreleaser
entrypoint: /bin/bash
working_directory: "/go/src/github.com/Praqma/helmsman"
steps:
- run:
name: install git
command: apk update && apk add --no-cache git
- checkout
- run:
name: release
command: |
release --release-notes release-notes.md
goreleaser release --release-notes release-notes.md
docker-release:
working_directory: "/tmp/go/src/helmsman"
Expand Down

0 comments on commit 333888d

Please sign in to comment.