Skip to content

Commit

Permalink
ci: detect changes properly
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Jun 14, 2024
1 parent 8c50077 commit f37dad7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ workflows:
- vfcommon/set-json-string-from-env:
field: e2e_env_name
value-env-var: *env_name
- vfcommon/compute_base_revision:
base_revision: >-
<< pipeline.git.base_revision >>
<<^ pipeline.git.base_revision >>
<< pipeline.git.revision >>
<</ pipeline.git.base_revision >>
git_branch: << pipeline.git.branch >>
- vfcommon/get_changed_files
- vfcommon/set-service-data-json:
service-directories: packages
Expand Down

0 comments on commit f37dad7

Please sign in to comment.