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

Add version check to CLAW update [v7] #2908

Merged
merged 3 commits into from
May 24, 2024
Merged

Conversation

gururajsh
Copy link
Member

Description of the Change

Before updating CLAW with new release version, make sure the new version is not already present in the list. If the new version already exists, then something has gone wrong with the release process, so it exits.

Why Is This PR Valuable?

Prevents duplicate entries to CLAW.

Applicable Issues

List any applicable GitHub Issues here

How Urgent Is The Change?

Is the change urgent? If so, explain why it is time-sensitive.

Other Relevant Parties

Who else is affected by the change?

@gururajsh gururajsh requested a review from a-b May 10, 2024 15:05
@gururajsh gururajsh requested a review from moleske May 13, 2024 15:26
Copy link
Member

@moleske moleske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks suspiciously similar to those prs for the other branches 😄

@@ -1067,7 +1067,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: cloudfoundry/CLAW
ref: develop
ref: master
path: CLAW
ssh-key: ${{ secrets.GIT_SSH_KEY_CLAW }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gururajsh gururajsh merged commit 6cc5bfe into cloudfoundry:v7 May 24, 2024
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants