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: make local docker build work on branch #17896

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Oct 7, 2022

Branch does not pass isDevelopmentMode check because it does not have a version ending with -next. Therefore, env.PWTEST_DOCKER_BASE_IMAGE is ignored which leads to the pull of non-existent image.

Branch does not pass `isDevelopmentBuild` check because
it does not have a version ending with `-next`. Therefore,
`env.PWTEST_DOCKER_BASE_IMAGE` is ignored which leads to
the pull of non-existent image.
@dgozman dgozman merged commit 51a8807 into microsoft:main Oct 7, 2022
dgozman added a commit to dgozman/playwright that referenced this pull request Oct 7, 2022
…branch

Branch does not pass `isDevelopmentMode` check because it does not have
a version ending with `-next`. Therefore, `env.PWTEST_DOCKER_BASE_IMAGE`
is ignored which leads to the pull of non-existent image.
dgozman added a commit that referenced this pull request Oct 7, 2022
…17906)

Branch does not pass `isDevelopmentMode` check because it does not have
a version ending with `-next`. Therefore, `env.PWTEST_DOCKER_BASE_IMAGE`
is ignored which leads to the pull of non-existent image.
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