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 all Circle CI env vars #3866

Merged
merged 3 commits into from
Nov 17, 2023
Merged

chore: remove all Circle CI env vars #3866

merged 3 commits into from
Nov 17, 2023

Conversation

nolanlawson
Copy link
Contributor

Details

Guess we were still using some Circle CI env vars. These should have been removed in #3783.

Does this pull request introduce a breaking change?

  • ✅ No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • ✅ No, it does not introduce an observable change.

@nolanlawson nolanlawson requested a review from a team as a code owner November 17, 2023 00:57
@@ -29,7 +26,7 @@ function getSauceSection({ suiteName, tags, customData }) {
throw new TypeError('Missing SAUCE_ACCESS_KEY environment variable');
}

const buildId = CIRCLE_BUILD_NUM || Date.now();
const buildId = GITHUB_RUN_ID || Date.now();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Confirmed manually this is getting set correctly, using a console.log.

commit: CIRCLE_SHA1,
branch: CIRCLE_BRANCH,
buildUrl: CIRCLE_BUILD_URL,
buildId,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't see the point of all this extra customData. I'm sure nobody ever looks at it anyway.

@nolanlawson nolanlawson merged commit 7592be4 into master Nov 17, 2023
9 checks passed
@nolanlawson nolanlawson deleted the nolan/no-circle branch November 17, 2023 18:05
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

2 participants