1
0
Fork 0
gitlab-wmf-ircservserv-config/toolforge/build.sh
Bryan Davis a71d1644e8 Switch to buildservice
Use the Toolforge build service to build a custom container that we then
run using the jobs service.

Bug: T370565
2024-07-22 03:42:13 +00:00

6 lines
161 B
Bash
Executable file

#!/usr/bin/env bash
set -Eeuo pipefail
REF=${1:-main}
REPO=https://gitlab.wikimedia.org/toolforge-repos/ircservserv
exec toolforge build start --ref $REF $REPO