From 52e5ff1385f52af7ba03483676c25de12c8027a3 Mon Sep 17 00:00:00 2001 From: Hao Date: Tue, 17 Sep 2019 15:46:42 +0800 Subject: misc: setup temporary gitlab ci before migrated --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9330ef19b..fc6cd6486 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: "registry.gitlab.com/byzantine-lab/go-tangerine/ci-testbed:latest" before_script: - mkdir -p /go/src/github.com/tangerine-network - - ln -s /builds/tangerine-network/go-tangerine /go/src/github.com/tangerine-network + - ln -s /builds/byzantine-lab/go-tangerine /go/src/github.com/tangerine-network - cd /go/src/github.com/tangerine-network/go-tangerine stages: -- cgit