Fix .dockerignore
This commit is contained in:
parent
a30d1a615c
commit
974d4ddd9e
@ -2,6 +2,7 @@
|
||||
.gitignore
|
||||
.gitlab-ci.yml
|
||||
|
||||
**/.depend
|
||||
|
||||
tezos-node
|
||||
tezos-protocol-compiler
|
||||
@ -12,7 +13,6 @@ tezos-attacker
|
||||
src/Makefile.local
|
||||
|
||||
src/webclient_static.ml
|
||||
src/.depend
|
||||
|
||||
src/node/updater/environment_gen
|
||||
src/node/updater/proto_environment.mli
|
||||
@ -22,9 +22,6 @@ src/proto/**/_tzbuild
|
||||
src/proto/register_client_*.ml
|
||||
src/client/embedded/**/_tzbuild
|
||||
|
||||
src/client/embedded/demo/.depend
|
||||
|
||||
src/client/embedded/alpha/.depend
|
||||
src/client/embedded/alpha/concrete_lexer.ml
|
||||
src/client/embedded/alpha/concrete_parser.ml
|
||||
src/client/embedded/alpha/concrete_parser.mli
|
||||
@ -35,25 +32,8 @@ src/client/embedded/alpha/webclient/browser/main.byte
|
||||
src/client/embedded/alpha/webclient/static/main.js
|
||||
src/client/embedded/alpha/webclient/webclient_proto_static.ml
|
||||
|
||||
test/.depend
|
||||
test/lib/.depend
|
||||
test/utils/.depend
|
||||
test/p2p/.depend
|
||||
test/shell/.depend
|
||||
test/reports
|
||||
|
||||
test/utils/test-data-encoding
|
||||
test/utils/test-merkle
|
||||
test/utils/test-lwt-pipe
|
||||
test/p2p/test-p2p-io-scheduler
|
||||
test/p2p/test-p2p-connection
|
||||
test/p2p/test-p2p-connection-pool
|
||||
test/shell/test-store
|
||||
test/shell/test-state
|
||||
test/shell/test-context
|
||||
test/proto_alpha/test-transaction
|
||||
test/proto_alpha/test-origination
|
||||
test/proto_alpha/test-endorsement
|
||||
test/**/test-*
|
||||
|
||||
**/*~
|
||||
**/\#*\#
|
||||
|
@ -27,7 +27,7 @@ ${addprefix clean-,${DIR}}: clean-%:
|
||||
${MAKE} -C $* clean
|
||||
|
||||
run-basic.sh:
|
||||
./test-basic.sh
|
||||
./test_basic.sh
|
||||
|
||||
run-contracts.sh:
|
||||
./test-contracts.sh
|
||||
./test_contracts.sh
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
source test-utils.sh
|
||||
source test_utils.sh
|
||||
|
||||
${TZCLIENT} list known identities
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
source test-utils.sh
|
||||
source test_utils.sh
|
||||
|
||||
CONTRACT_PATH=contracts
|
||||
|
Loading…
Reference in New Issue
Block a user