File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4+ echo $TRAVIS_PULL_REQUEST_BRANCH
45DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd) "
56echo $DIR
67echo $GOPATH
78cd $GOPATH /src/github.com/harmony-one/harmony-test
89git fetch
910git pull
11+ git checkout $TRAVIS_PULL_REQUEST_BRANCH || true
1012git branch --show-current
1113cd localnet
1214docker build -t harmonyone/localnet-test .
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4+ echo $TRAVIS_PULL_REQUEST_BRANCH
45DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1 && pwd) "
56echo $DIR
67echo $GOPATH
78cd $GOPATH /src/github.com/harmony-one/harmony-test
89git fetch
10+ git checkout $TRAVIS_PULL_REQUEST_BRANCH || true
911git pull
1012git branch --show-current
1113cd localnet
You can’t perform that action at this time.
0 commit comments