Skip to content

Commit

Permalink
SONAR-23852 Creates new version structure
Browse files Browse the repository at this point in the history
  • Loading branch information
davividal committed Jan 2, 2025
1 parent 2687cec commit 67cb5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ multi_arch_build_9_x_task:

multi_arch_build_2025_x_task:
<<: *multi_arch_build_task_template
skip: "!changesInclude('${NEXT_VERSION}/**/*') && !changesInclude('.cirrus/*')"
skip: "!changesInclude('2025.1/**/*') && !changesInclude('.cirrus/*')"
env:
matrix:
- version: ${NEXT_VERSION}/developer
Expand Down Expand Up @@ -214,7 +214,7 @@ multi_arch_test_9_x_task:

multi_arch_test_2025_x_task:
<<: *multi_arch_test_task_template
skip: "!changesInclude('${NEXT_VERSION}/**/*') && !changesInclude('.cirrus/*')"
skip: "!changesInclude('2025.1/**/*') && !changesInclude('.cirrus/*')"
matrix:
- env:
CIRRUS_ARCH: arm64
Expand Down

0 comments on commit 67cb5a6

Please sign in to comment.