Skip to content

Commit

Permalink
set CI_DIR var in build binary CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Jul 27, 2018
1 parent 87c6deb commit 44471e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This script will build the necessary binaries for tegola.
################################################################################

CI_DIR=`dirname $0`

# xgo is used for cross compiling cgo. use the docker container and xgo wrapper tool
docker pull karalabe/xgo-latest
source $CI_DIR/install_go_bin.sh
Expand Down

0 comments on commit 44471e2

Please sign in to comment.