Skip to content

Commit

Permalink
config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shaydeci committed Jan 17, 2023
1 parent 79418ef commit ab8f2d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ commands:
jobs:
build:
environment:
CIRCLE_COMPARE_URL: << pipeline.project.git_url >>/compare/<< pipeline.git.base_revision >>..<<pipeline.git.revision>>
parameters:
py_version:
type: string
Expand All @@ -87,6 +89,7 @@ jobs:
steps:
- deci-common/checkout_and_skip_build:
check_version_file: true
skip_md_files: true
- deci-common/get_persisted_version_info
- when:
condition:
Expand Down Expand Up @@ -291,6 +294,8 @@ jobs:


release_candidate:
environment:
CIRCLE_COMPARE_URL: << pipeline.project.git_url >>/compare/<< pipeline.git.base_revision >>..<<pipeline.git.revision>>
parameters:
py_version:
type: string
Expand All @@ -299,6 +304,8 @@ jobs:
steps:
- deci-common/checkout_and_skip_build:
check_version_file: true
skip_md_files: true

- deci-common/get_persisted_version_info
- run:
name: edit package version
Expand All @@ -318,6 +325,8 @@ jobs:
version: $NEW_VERSION

release_version:
environment:
CIRCLE_COMPARE_URL: << pipeline.project.git_url >>/compare/<< pipeline.git.base_revision >>..<<pipeline.git.revision>>
parameters:
py_version:
type: string
Expand All @@ -329,6 +338,7 @@ jobs:
steps:
- deci-common/checkout_and_skip_build:
check_version_file: true
skip_md_files: true
- run:
name: add requirements.txt and requirements.pro.txt to source code
command: |
Expand Down

0 comments on commit ab8f2d3

Please sign in to comment.