Commit 3461258
committed
[FAB-16136] Do not run tests in chaincode container
Set the gradle and maven rebuilds of the Java code when creating the
chaincode container to not do the tests. These would have been run
before deployment by the deverlopers. Doing so in Java slows down
deployment quite a bit.
Change-Id: Id3ffc2dc9a36c11c7cfe7f41e98aaeb234c478ad
Signed-off-by: Matthew B. White <[email protected]>1 parent 8ae8b6f commit 3461258
File tree
2 files changed
+5
-5
lines changed- fabric-chaincode-docker
- fabric-contract-example/maven/src/main/java/org/example
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments