From 53509d363b1d5eed504c1bded05a5a7f7de4d489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trond=20Br=C3=A5then?= Date: Mon, 6 Mar 2017 19:01:33 +0100 Subject: [PATCH] Changed environment variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TRAVIS_BUILD_DIR -> PWD License: MIT Signed-off-by: Trond BrĂ¥then --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e90a1f0..ed86954 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ deps: gx covertools gx-go rewrite sharness: deps - git clone https://github.com/multiformats/multihash.git $(TRAVIS_BUILD_DIR)/sharness - cd $(TRAVIS_BUILD_DIR)/multihash && go build -v . && ls && chmod +x ./multihash - export MULTIHASH_BIN="$(TRAVIS_BUILD_DIR)/multihash/multihash" && export TEST_EXPENSE=1 && make -j1 -C $(TRAVIS_BUILD_DIR)/sharness/tests/sharness + git clone https://github.com/multiformats/multihash.git $(PWD)/sharness + cd $(PWD)/multihash && go build -v . && ls && chmod +x ./multihash + export MULTIHASH_BIN="$(PWD)/multihash/multihash" && export TEST_EXPENSE=1 && make -j1 -C $(PWD)/sharness/tests/sharness publish: gx-go rewrite --undo