Pull ircservserv from GitLab, don't pin commit
The pinning of the commit was only needed to bypass blubber's caching, which shouldn't be needed here.
This commit is contained in:
parent
01763d6e7e
commit
9c29b3fcb2
1 changed files with 2 additions and 3 deletions
|
@ -3,8 +3,7 @@ stages:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
CARGO_BUILD_JOBS: "1"
|
CARGO_BUILD_JOBS: "1"
|
||||||
IRCSERVSERV_REPO: "https://gerrit.wikimedia.org/r/wikimedia/irc/ircservserv"
|
IRCSERVSERV_REPO: "https://gitlab.wikimedia.org/toolforge-repos/ircservserv"
|
||||||
IRCSERVSERV_REV: "f5f4d95"
|
|
||||||
|
|
||||||
test-validate:
|
test-validate:
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -15,5 +14,5 @@ test-validate:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
image: rust:latest
|
image: rust:latest
|
||||||
script:
|
script:
|
||||||
- cargo install --locked --git $IRCSERVSERV_REPO --rev $IRCSERVSERV_REV
|
- cargo install --locked --git $IRCSERVSERV_REPO
|
||||||
- /usr/local/cargo/bin/validate-config channels
|
- /usr/local/cargo/bin/validate-config channels
|
||||||
|
|
Loading…
Reference in a new issue