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

chore: remove last drone remains #1839

Merged
merged 3 commits into from
Feb 28, 2023
Merged

chore: remove last drone remains #1839

merged 3 commits into from
Feb 28, 2023

Conversation

nrwiersma
Copy link
Contributor

What is the problem I am trying to address?

This PR removes the last references to Drone.

How is the fix applied?

  • Env vars now use a Github Actions PR Number Env var
  • athens_drone_stash_bucket was left as this is a bucket name, and it is unclear if changing it will break things.
  • The build status badge has been updated to Github Actions
  • References in documentation have been fixed

What GitHub issue(s) does this PR fix or close?

Fixes #1833

@nrwiersma nrwiersma requested a review from a team as a code owner February 27, 2023 12:26
Copy link
Member

@manugupt1 manugupt1 left a comment

Choose a reason for hiding this comment

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

Thanks

README.md Outdated Show resolved Hide resolved
@@ -48,7 +48,7 @@ func (s *Storage) clear() error {

func getStorage(t testing.TB) *Storage {
t.Helper()
bucketName := randomBucketName(os.Getenv("DRONE_PULL_REQUEST"))
bucketName := randomBucketName(os.Getenv("GA_PULL_REQUEST"))
Copy link
Member

Choose a reason for hiding this comment

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

nit: Is this really required?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My guess is that, should there be a bug, you can actually find the bucket. Otherwise it is always random, and you can never find it.

README.md Outdated Show resolved Hide resolved
@r-ashish r-ashish merged commit 748aa4d into gomods:main Feb 28, 2023
@nrwiersma nrwiersma deleted the drone branch February 28, 2023 10:51
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.

Remove DRONE CI
3 participants