From d23d4184c69dedcc0a28ea092e5420ada14096e6 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 18 Aug 2018 18:11:44 -0700 Subject: [PATCH] Fix where builds end up or the artifacts are lost --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cdb24ab..7fdfcd0 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ dep: @go get github.com/mitchellh/gox build: dep - @gox -output="eth-log-alerting-builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=4 + @gox -output="${CI_PROJECT_DIR}/eth-log-alerting-builds/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=4 clean: @rm -f $(PROJECT_NAME) -- GitLab