From 8a45155daa46d55ff265cb30f3cfac503f0cd242 Mon Sep 17 00:00:00 2001 From: Andreas Mieke Date: Sun, 27 Dec 2015 00:51:23 +0100 Subject: [PATCH] Copying the gitlab files to the goenv --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0425e85..86919c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ before_script: - mkdir -p /tmp/goenv - export GOPATH=/tmp/goenv + - mkdir -p /tmp/goenv/src/git.1750studios.com/gronkhDE/gogronkh + - cp -R $(pwd)/* /tmp/goenv/src/git.1750studios.com/gronkhDE/gogronkh/ stages: - dependencies