1
0
Fork 0

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:
Kunal Mehta 2024-07-21 13:53:05 -04:00
parent 01763d6e7e
commit 9c29b3fcb2

View file

@ -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