Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Vars used for the macos and windows testing
MACHINE_IMAGE_BASE_URL: "https://api.cirrus-ci.com/v1/artifact/build/${CIRRUS_BUILD_ID}/image_build/image/"
# podman version used by windows/macos verify suite
PODMAN_INSTALL_VERSION: 5.4.1
PODMAN_INSTALL_VERSION: 5.5.1

gcp_credentials: ENCRYPTED[b06ef3490b73469d9da1402568d6f3e46a852955a4ab0807689d50352ecf2852cb5903e8d3b7603eaab9d1c7c7d851a5]

Expand Down Expand Up @@ -206,7 +206,7 @@
fi
fi

test_task:

Check warning on line 209 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L209

task "Total Success" depends on task "publish_images", but their only_if conditions are different
name: "Total Success"
alias: success
depends_on:
Expand Down