diff options
author | Hao <hao@byzantine-lab.io> | 2019-09-17 15:46:42 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-17 16:57:31 +0800 |
commit | 52e5ff1385f52af7ba03483676c25de12c8027a3 (patch) | |
tree | 6c5dd0a166411f260f345eee7e3da2b278f20223 | |
parent | 892e05dcc3fcc88b4c4f0f3e2d9982c9f1772e23 (diff) | |
download | go-tangerine-52e5ff1385f52af7ba03483676c25de12c8027a3.tar.gz go-tangerine-52e5ff1385f52af7ba03483676c25de12c8027a3.tar.zst go-tangerine-52e5ff1385f52af7ba03483676c25de12c8027a3.zip |
misc: setup temporary gitlab ci before migrated
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |