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

test: remove ci specific logic #23686

Merged
merged 1 commit into from
Aug 31, 2022
Merged

test: remove ci specific logic #23686

merged 1 commit into from
Aug 31, 2022

Conversation

jbedard
Copy link
Contributor

@jbedard jbedard commented Aug 4, 2022

This seems unnecessary.

All the tests where the removed if is truthy seem to work locally and CI is green.

@jbedard jbedard marked this pull request as ready for review August 4, 2022 02:03
@alan-agius4 alan-agius4 requested a review from clydin August 8, 2022 11:47
@alan-agius4 alan-agius4 added the target: patch This PR is targeted for the next patch release label Aug 8, 2022
@@ -51,10 +51,6 @@ export async function createProjectFromAsset(
process.chdir(dir);
if (!useNpmPackages) {
await useBuiltPackages();
if (!getGlobalVariable('ci')) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

fwiw the registry is controlled using the environment variables. I think those variables even override this file so this was probably never doing anything?

@jbedard
Copy link
Contributor Author

jbedard commented Aug 31, 2022

Looks like other changes have made this PR essentially just removing an unused variable now 🤷

@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Aug 31, 2022
@alan-agius4 alan-agius4 removed the request for review from clydin August 31, 2022 08:38
@clydin clydin merged commit 2ef2d54 into angular:main Aug 31, 2022
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants