We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, we copy in the cluster worker's clone of opam-repository, which includes all branches and PRs.
We should instead just clone the master branch directly within the Dockerfile.
master
The text was updated successfully, but these errors were encountered:
This might be interesting: https://medium.com/pinterest-engineering/how-a-one-line-change-decreased-our-build-times-by-99-b98453265370
Sorry, something went wrong.
Not an entirely trivial thing to fix, since following the COPY with a git branch -D will create another layer.
COPY
git branch -D
No branches or pull requests
At the moment, we copy in the cluster worker's clone of opam-repository, which includes all branches and PRs.
We should instead just clone the
master
branch directly within the Dockerfile.The text was updated successfully, but these errors were encountered: