You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
As presented on Automattic/node-canvas#1582 (comment) gitpod had two similar steps cached, but it merged the caches into a one which caused a conflict
Steps to reproduce
.gitpod.yml
with content:.gitpod.Dockerfile
with content:npm install canvas
builds successfully (it is not expected to build usinglibjpeg-dev
).gitpod.Dockerfile
onnpm install canvas
builds (expected to install withlibjpeg8-dev
).gitpod.Dockerfile
again on:libjpeg8-dev
in gitpod and expect it to behave as if it hadlibjpeg-dev
Expected behavior
Using gitpod from a branch should use be using a gitpod configuration from a specified branch. (current behavior for non-similar steps afaik)
Example repository
https://github.com/Kreyren/gitpod-1520
The text was updated successfully, but these errors were encountered: