Skip to content

Commit

Permalink
fixing yaml formatting issue in circleci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed Feb 25, 2018
1 parent 2f57894 commit 2ceca52
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,19 @@ jobs:
go get github.com/Praqma/helmsman/aws
echo "running tests ..."
go test -v

release:
docker:
- image: praqma/helmsman-test
steps:
- checkout
- run:
name: Release helmsman
command: |
echo "fetching dependencies ..."
go get github.com/Praqma/helmsman/gcs
go get github.com/Praqma/helmsman/aws
echo "releasing ..."
goreleaser --release-notes release-notes.md

docker:
- image: praqma/helmsman-test
steps:
- checkout
- run:
name: Release helmsman
command: |
echo "fetching dependencies ..."
go get github.com/Praqma/helmsman/gcs
go get github.com/Praqma/helmsman/aws
echo "releasing ..."
goreleaser --release-notes release-notes.md
workflows:
version: 2
build-test-push-release:
Expand All @@ -61,4 +59,4 @@ workflows:
branches:
only: master
tags:
only: /^v.*/
only: /^v.*/

0 comments on commit 2ceca52

Please sign in to comment.