Skip to content

Commit

Permalink
Merge pull request #37 from cevich/fix_build_skip_logic
Browse files Browse the repository at this point in the history
Fix build-skip logic
  • Loading branch information
cevich authored Jun 17, 2024
2 parents 646bc53 + 89b0b7c commit f9c1158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,21 @@ test_image_build_task:
$CIRRUS_PR != '' &&
!changesInclude('.cirrus.yml',
'ci/containers_build_push.sh', 'ci/tag_version.sh',
'podman/**/*')
'podman/*')
- env:
CTX_SUB: buildah
skip: |
$CIRRUS_PR != '' &&
!changesInclude('.cirrus.yml',
'ci/containers_build_push.sh', 'ci/tag_version.sh',
'buildah/**/*')
'buildah/*')
- env:
CTX_SUB: skopeo
skip: |
$CIRRUS_PR != '' &&
!changesInclude('.cirrus.yml',
'ci/containers_build_push.sh', 'ci/tag_version.sh',
'skopeo/**/*')
'skopeo/*')
- env:
FLAVOR_NAME: testing
matrix: *pbs_images
Expand Down

0 comments on commit f9c1158

Please sign in to comment.