mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Do not required .git in the build context
- export DOCKER_GITCOMMIT in the Makefile - prioritize DOCKER_GITCOMMIT against the `git` command in `./hack/make.sh` - Also add `integration-cli/bundles` to gitignore (it's generated when using integration-cli shell) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
bundles
|
||||
integration-cli/bundles
|
||||
.gopath
|
||||
vendor/pkg
|
||||
.go-pkg-cache
|
||||
|
||||
Reference in New Issue
Block a user