Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SONAR-24200 Add new required annotation in the GCP images #627

Merged
merged 3 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
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
Next Next commit
Remove skip conditions when releasing GCP
  • Loading branch information
carminevassallo committed Jan 22, 2025
commit ff2be665d246357461475c0a3910c93baaca9c5a
1 change: 1 addition & 0 deletions .cirrus/tasks_gcp_marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ verify_gcp_staging_app_task:

release_gcp_prod_app_task:
<<: *BUILD_GCP_APP_TEMPLATE
skip: $TRIGGER != "PUSH_PROD_DEPLOYER"
carminevassallo marked this conversation as resolved.
Show resolved Hide resolved
only_if: $TRIGGER == "PUSH_PROD_DEPLOYER"
env:
GCLOUD_REGISTRY: gcr.io/sonarsource-public
Expand Down
Loading