Skip to content

Commit

Permalink
Remove unecessary commands from scripts
Browse files Browse the repository at this point in the history
Signed-off-by: André Macedo <[email protected]>
  • Loading branch information
andremacedopv committed Jul 10, 2024
1 parent 12e88f7 commit 76e092c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion scripts/generateCollection.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/bash

cd "$(dirname "$0")"
CUR_DIR=$(pwd)

while getopts "o:h" opt; do
case $opt in
Expand Down
1 change: 0 additions & 1 deletion scripts/godog.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

cd "$(dirname "$0")"
CUR_DIR=$(pwd)

echo "Starting development network ..."
# ./startDev.sh -n 1
Expand Down
1 change: 0 additions & 1 deletion scripts/legacy/generateTar.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/bash

cd "$(dirname "$0")"
CUR_DIR=$(pwd)
cd ../..

# Default values for the flags
Expand Down
1 change: 0 additions & 1 deletion scripts/legacy/generateTemplateTar2.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

cd "$(dirname "$0")"
CUR_DIR=$(pwd)
cd ../..

# Make sure go mod is up to date
Expand Down
2 changes: 0 additions & 2 deletions scripts/reloadCCAPI.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

cd "$(dirname "$0")"
CUR_DIR=$(pwd)

ORG_QNTY=3

Expand All @@ -24,6 +23,5 @@ if [ $ORG_QNTY == 1 ]
then
cd ../ccapi; docker-compose -f docker-compose-1org.yaml down; docker-compose -f docker-compose-1org.yaml up -d --build; cd ..
else
echo $PWD
cd ../ccapi; docker-compose down; docker-compose up -d --build; cd ..
fi
1 change: 0 additions & 1 deletion scripts/renameProject.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash

cd "$(dirname "$0")"
CUR_DIR=$(pwd)

# CAUTION: this script will replace every occurrence of the word
# `cc-tools-demo` in the project folder with whatever argument
Expand Down

0 comments on commit 76e092c

Please sign in to comment.