aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-03-12 09:55:04 -0800
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-03-13 16:36:35 +0000
commitd23b0b82c44cf59b8b34d402cbfe24a6faec0719 (patch)
tree307872976c55cc1d59ad3ee2133ddc9f2e8272b4 /.gitlab-ci.yml
parent172323a3e139cca7d44c8895bd991bdcc1e57e43 (diff)
GitLab CI: Fix our debian-stable version.
Run tools/make-version.pl in the build:debian-stable job. Make sure make-version.pl updates debian/control correctly.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b7c13efbb..3d26c16a2e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -191,6 +191,7 @@ build:debian-stable:
extends: .build
image: wireshark/wireshark-debian-stable-dev
script:
+ - perl tools/make-version.pl --set-release
# Shared GitLab runners limit the log size to 4M, so reduce verbosity. See
# https://gitlab.com/gitlab-com/support-forum/issues/2790
- export DH_QUIET=1