Skip to content

Commit

Permalink
Update neb.bash
Browse files Browse the repository at this point in the history
update branch in dockefile.
  • Loading branch information
royshang committed Apr 23, 2018
1 parent 35c788b commit 8896c1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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}
Expand Down

0 comments on commit 8896c1d

Please sign in to comment.