Skip to content

Commit

Permalink
did the required changes, updated the snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket Teli <[email protected]>
  • Loading branch information
Sanket-0510 committed Jul 7, 2024
1 parent 4e901ed commit 303d0bb
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3178,11 +3178,6 @@ chaincodeBuild() {
inputLog \\"CHAINCODE_LANG: $CHAINCODE_LANG\\"
inputLog \\"CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH\\"
inputLog \\"NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)\\"
#!/bin/bash
if [ -f \\"$CHAINCODE_DIR_PATH/yarn.lock\\" ]; then
echo \\"yarn not supported, installing using npm instead\\"
fi
# Default to using npm for installation and build
(cd \\"$CHAINCODE_DIR_PATH\\" && npm install && npm run build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2476,11 +2476,6 @@ chaincodeBuild() {
inputLog \\"CHAINCODE_LANG: $CHAINCODE_LANG\\"
inputLog \\"CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH\\"
inputLog \\"NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)\\"
#!/bin/bash
if [ -f \\"$CHAINCODE_DIR_PATH/yarn.lock\\" ]; then
echo \\"yarn not supported, installing using npm instead\\"
fi
# Default to using npm for installation and build
(cd \\"$CHAINCODE_DIR_PATH\\" && npm install && npm run build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3286,11 +3286,6 @@ chaincodeBuild() {
inputLog \\"CHAINCODE_LANG: $CHAINCODE_LANG\\"
inputLog \\"CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH\\"
inputLog \\"NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)\\"
#!/bin/bash
if [ -f \\"$CHAINCODE_DIR_PATH/yarn.lock\\" ]; then
echo \\"yarn not supported, installing using npm instead\\"
fi
# Default to using npm for installation and build
(cd \\"$CHAINCODE_DIR_PATH\\" && npm install && npm run build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3266,11 +3266,6 @@ chaincodeBuild() {
inputLog \\"CHAINCODE_LANG: $CHAINCODE_LANG\\"
inputLog \\"CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH\\"
inputLog \\"NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)\\"
#!/bin/bash
if [ -f \\"$CHAINCODE_DIR_PATH/yarn.lock\\" ]; then
echo \\"yarn not supported, installing using npm instead\\"
fi
# Default to using npm for installation and build
(cd \\"$CHAINCODE_DIR_PATH\\" && npm install && npm run build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3675,11 +3675,6 @@ chaincodeBuild() {
inputLog \\"CHAINCODE_LANG: $CHAINCODE_LANG\\"
inputLog \\"CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH\\"
inputLog \\"NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)\\"
#!/bin/bash
if [ -f \\"$CHAINCODE_DIR_PATH/yarn.lock\\" ]; then
echo \\"yarn not supported, installing using npm instead\\"
fi
# Default to using npm for installation and build
(cd \\"$CHAINCODE_DIR_PATH\\" && npm install && npm run build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2518,10 +2518,6 @@ chaincodeBuild() {
inputLog \\"CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH\\"
inputLog \\"NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)\\"
if [ -f \\"$CHAINCODE_DIR_PATH/yarn.lock\\" ]; then
echo \\"yarn not supported, installing using npm instead\\"
fi
# Default to using npm for installation and build
(cd \\"$CHAINCODE_DIR_PATH\\" && npm install && npm run build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2382,10 +2382,6 @@ chaincodeBuild() {
inputLog \\"CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH\\"
inputLog \\"NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)\\"
if [ -f \\"$CHAINCODE_DIR_PATH/yarn.lock\\" ]; then
echo \\"yarn not supported, installing using npm instead\\"
fi
# Default to using npm for installation and build
(cd \\"$CHAINCODE_DIR_PATH\\" && npm install && npm run build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4718,10 +4718,6 @@ chaincodeBuild() {
inputLog \\"CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH\\"
inputLog \\"NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)\\"
if [ -f \\"$CHAINCODE_DIR_PATH/yarn.lock\\" ]; then
echo \\"yarn not supported, installing using npm instead\\"
fi
# Default to using npm for installation and build
(cd \\"$CHAINCODE_DIR_PATH\\" && npm install && npm run build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5224,10 +5224,6 @@ chaincodeBuild() {
inputLog \\"CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH\\"
inputLog \\"NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)\\"
if [ -f \\"$CHAINCODE_DIR_PATH/yarn.lock\\" ]; then
echo \\"yarn not supported, installing using npm instead\\"
fi
# Default to using npm for installation and build
(cd \\"$CHAINCODE_DIR_PATH\\" && npm install && npm run build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ chaincodeBuild() {
inputLog "CHAINCODE_LANG: $CHAINCODE_LANG"
inputLog "CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH"
inputLog "NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)"
#!/bin/bash

if [ -f "$CHAINCODE_DIR_PATH/yarn.lock" ]; then
echo "yarn not supported, installing using npm instead"
fi

# Default to using npm for installation and build
(cd "$CHAINCODE_DIR_PATH" && npm install && npm run build)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ chaincodeBuild() {
inputLog "CHAINCODE_LANG: $CHAINCODE_LANG"
inputLog "CHAINCODE_DIR_PATH: $CHAINCODE_DIR_PATH"
inputLog "NODE_VERSION: $NODE_VERSION (recommended: $RECOMMENDED_NODE_VERSION)"

if [ -f "$CHAINCODE_DIR_PATH/yarn.lock" ]; then
echo "yarn not supported, installing using npm instead"
fi

# Default to using npm for installation and build
(cd "$CHAINCODE_DIR_PATH" && npm install && npm run build)
Expand Down

0 comments on commit 303d0bb

Please sign in to comment.