Skip to content

Commit

Permalink
Merge pull request #464 from Sanket-0510/unused_template
Browse files Browse the repository at this point in the history
Removed unused templates for Fabric 1.x chaincodes
  • Loading branch information
dzikowski authored Aug 7, 2024
2 parents 4005bb4 + 0c7c081 commit 2e06b89
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ installChaincodes() {
local version="<%= chaincode.version %>"
<%- include('commands-generated/chaincode-install-v2.sh', { chaincode, global }); -%>
<% } -%>
<% } else { -%>
<%- include('commands-generated/chaincode-install-v1.4.sh', { chaincode, global }); -%>
<% } -%>
else
echo "Warning! Skipping chaincode '<%= chaincode.name %>' installation. Chaincode directory is empty."
Expand All @@ -106,8 +104,6 @@ installChaincode() {
if [ -n "$(ls "$CHAINCODES_BASE_DIR/<%= chaincode.directory %>")" ]; then
<% if (global.capabilities.isV2) { -%>
<%- include('commands-generated/chaincode-install-v2.sh', { chaincode, global }); %>
<% } else { -%>
<%- include('commands-generated/chaincode-install-v1.4.sh', { chaincode, global }); %>
<% } -%>
else
echo "Warning! Skipping chaincode '<%= chaincode.name %>' install. Chaincode directory is empty."
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 2e06b89

Please sign in to comment.