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

Fix Dockerfile paths with relative decorators #20365

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

filiptronicek
Copy link
Member

Description

If you pointed to your Dockerfile with ./.gitpod.Dockerfile instead of .gitpod.Dockerfile, it would fail. That is simply because SCM APIs (at least GitHub, which I've checked) expect a path without any relative decorators relative to the repository root.

Related Issue(s)

Fixes CLC-926

How to test

Try to open filiptronicek/test-foofies@2b2ae74 in the e and in Catfood. It will give you a warning in Catfood, but should not in the preview env.

/hold

Copy link
Member

@geropl geropl left a comment

Choose a reason for hiding this comment

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

✔️

@filiptronicek filiptronicek self-assigned this Nov 14, 2024
@roboquat roboquat merged commit 7d3f447 into main Nov 14, 2024
33 checks passed
@roboquat roboquat deleted the ft/fix-relative-dockerfile-paths branch November 14, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants