diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-23 15:39:23 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-17 16:57:30 +0800 |
commit | e6f5201b178f40b516ffe7b98757df25f8aee028 (patch) | |
tree | 982d6281ac9670d0ad451ca6bbd0677488b52344 /.gitlab-ci.yml | |
parent | f6e06ac35033f9e52b6b2e3ebfe623c23a39c338 (diff) | |
download | go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.tar.gz go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.tar.zst go-tangerine-e6f5201b178f40b516ffe7b98757df25f8aee028.zip |
import: switch consensus core to gitlab.com/tangerine-network/tangerine-consensus
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 697487acd..9330ef19b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ image: "registry.gitlab.com/byzantine-lab/go-tangerine/ci-testbed:latest" before_script: - - mkdir -p /go/src/github.com/byzantine-lab - - ln -s /builds/byzantine-lab/go-tangerine /go/src/github.com/byzantine-lab - - cd /go/src/github.com/byzantine-lab/go-tangerine + - mkdir -p /go/src/github.com/tangerine-network + - ln -s /builds/tangerine-network/go-tangerine /go/src/github.com/tangerine-network + - cd /go/src/github.com/tangerine-network/go-tangerine stages: - lint |