55db2dbf18
- do not use a intermediate docker image between 'build' and 'test' - in 'build_deps', avoid downloading the cached image - in 'prepare', use `opam bundle` to: - embedded the sources of dependency - reduce the embedded opam repository to the needed package Other changes: - reintroduced 'sudo' in the base image, it is needed by `opam depext` and the job 'publish:doc' - moved the docker script used by the CI in `scripts/ci/`
35 lines
349 B
Plaintext
35 lines
349 B
Plaintext
|
|
## /!\ /!\ Update .dockerignore accordingly /!\ /!\
|
|
|
|
.DS_Store
|
|
__pycache__
|
|
|
|
_build
|
|
_opam
|
|
_docker_build
|
|
|
|
tezos-node
|
|
tezos-protocol-compiler
|
|
tezos-client
|
|
tezos-admin-client
|
|
|
|
scripts/opam-test-all.sh.DONE
|
|
|
|
docs/introduction/readme.rst
|
|
|
|
**/*.install
|
|
**/.merlin
|
|
|
|
**/*~
|
|
**/\#*\#
|
|
|
|
**/*.rej
|
|
**/*.orig
|
|
|
|
## Not in .gitignore
|
|
|
|
.git
|
|
.gitignore
|
|
.gitlab-ci.yml
|
|
|