Skip to content

Commit

Permalink
Merge pull request #416 from astronomer/fix/circleci-conf-for-releasing
Browse files Browse the repository at this point in the history
fix conf
  • Loading branch information
aliotta authored Jun 25, 2021
2 parents 5c98e84 + 8f3aac4 commit ab3af10
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
working_directory: /go/src/github.com/astronomer/astro-cli
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
- run:
name: goreleaser
command: curl -sL https://git.io/goreleaser | bash
workflows:
version: 2.1
build-images:
Expand All @@ -51,16 +53,18 @@ workflows:
type: approval
filters:
branches:
only: '/release-.*/'
only: "/release-.*/"
- new-tag:
context:
- github-repo
requires:
- approve-release
filters:
branches:
only: '/release-.*/'
only: "/release-.*/"
- release:
context:
- github-repo
# Only run this job on git tag pushes
filters:
branches:
Expand Down

0 comments on commit ab3af10

Please sign in to comment.