Skip to content

Commit 23e46ca

Browse files
committed
Debugging CI
Signed-off-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
1 parent b9df18e commit 23e46ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/setup-docker/templates/fabric-docker/commands-generated.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ generateArtifacts() {
2020
<% } %>
2121
2222
<%_ }) _%>
23-
# Create directory for chaincode packages to avoid permission errors on linux
23+
# Create directories to avoid permission errors on linux
2424
mkdir -p "$FABLO_NETWORK_ROOT/fabric-config/chaincode-packages"
25+
mkdir -p "$FABLO_NETWORK_ROOT/fabric-config/config"
2526
}
2627
2728
startNetwork() {

0 commit comments

Comments
 (0)