From 1790bbcf068958233fbedda825a3e415bd471485 Mon Sep 17 00:00:00 2001 From: Apichat Khankaew <57880316+Apichat11oat@users.noreply.github.com> Date: Thu, 19 Mar 2020 02:41:25 +1100 Subject: [PATCH] =?UTF-8?q?=E0=B8=81=E0=B8=B9=E0=B9=80=E0=B8=AD=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 166 ......,...NY --- .ci/entrypoint.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 .ci/entrypoint.sh diff --git a/.ci/entrypoint.sh b/.ci/entrypoint.sh deleted file mode 100755 index 1d3f24f2..00000000 --- a/.ci/entrypoint.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -# Copyright BigchainDB GmbH and BigchainDB contributors -# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0) -# Code is Apache-2.0 and docs are CC-BY-4.0 - - -set -e -x - -if [[ ${BIGCHAINDB_CI_ABCI} == 'enable' ]]; then - sleep 3600 -else - bigchaindb -l DEBUG start -fi