Skip to content

Commit

Permalink
fix test for ci/cd
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed Sep 8, 2023
1 parent ec243ba commit 1c5d081
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.

TERM=dumb
NO_LOCK_REQUIRED=false

cd src/test/resources/quorum-test-network/

. ./.env
. ./.common.sh
dots=""
maxRetryCount=50
HOST=${DOCKER_PORT_2375_TCP_ADDR:-"localhost"}

# Displays links to exposed services
echo "${bold}*************************************"
echo "*************************************"
echo "Quorum Dev Quickstart "
echo "*************************************${normal}"
echo "*************************************"

elk_setup=true
if [ -z `docker compose -f docker-compose.yml ps -q kibana 2>/dev/null` ] ; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.

TERM=dumb
NO_LOCK_REQUIRED=false

cd src/test/resources/quorum-test-network/
Expand All @@ -24,9 +24,9 @@ removeDockerImage(){
fi
}

echo "${bold}*************************************"
echo "*************************************"
echo "Quorum Dev Quickstart "
echo "*************************************${normal}"
echo "*************************************"
echo "Stop and remove network..."

docker compose down -v
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
# specific language governing permissions and limitations under the License.

TERM=dumb
NO_LOCK_REQUIRED=true

cd src/test/resources/quorum-test-network/
Expand Down

0 comments on commit 1c5d081

Please sign in to comment.