Skip to content

Commit

Permalink
duplicates in config.ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaydeci committed Jan 18, 2023
1 parent 2972e75 commit c51c23b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ orbs:
docker: circleci/docker@2.2.0
slack: circleci/slack@4.12.0 # see https://circleci.com/developer/orbs/orb/circleci/slack for examples and more

environment: &environment
CIRCLE_COMPARE_URL: << pipeline.project.git_url >>/compare/<< pipeline.git.base_revision >>..<<pipeline.git.revision>>

# This filter operates on SemVer2 tags only
release_tag_filter: &release_tag_filter
filters:
Expand Down Expand Up @@ -75,8 +78,7 @@ commands:
jobs:
build:
environment:
CIRCLE_COMPARE_URL: << pipeline.project.git_url >>/compare/<< pipeline.git.base_revision >>..<<pipeline.git.revision>>
<<: *environment
parameters:
py_version:
type: string
Expand Down Expand Up @@ -294,8 +296,7 @@ jobs:


release_candidate:
environment:
CIRCLE_COMPARE_URL: << pipeline.project.git_url >>/compare/<< pipeline.git.base_revision >>..<<pipeline.git.revision>>
<<: *environment
parameters:
py_version:
type: string
Expand Down Expand Up @@ -325,8 +326,7 @@ jobs:
version: $NEW_VERSION

release_version:
environment:
CIRCLE_COMPARE_URL: << pipeline.project.git_url >>/compare/<< pipeline.git.base_revision >>..<<pipeline.git.revision>>
<<: *environment
parameters:
py_version:
type: string
Expand Down

0 comments on commit c51c23b

Please sign in to comment.