From 8896c1d98cb7f06820122958615f4fef2c5cd058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=9A=E4=B9=A6?= Date: Mon, 23 Apr 2018 15:21:04 +0800 Subject: [PATCH] Update neb.bash update branch in dockefile. --- docker/scripts/neb.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/scripts/neb.bash b/docker/scripts/neb.bash index 700d206c1..ef70e539d 100755 --- a/docker/scripts/neb.bash +++ b/docker/scripts/neb.bash @@ -1,8 +1,7 @@ #! /usr/bin/env bash declare NEBULAS_SRC=${GOPATH}/src/github.com/nebulasio/go-nebulas - -[ -z ${NEBULAS_BRANCH} ] && NEBULAS_BRANCH=master +declare NEBULAS_BRANCH=master # git clone https://github.com/nebulasio/go-nebulas ${NEBULAS_SRC} echo NEBULAS_BRANCH=${NEBULAS_BRANCH}