]> git.proxmox.com Git - mirror_qemu.git/commit
gitlab: compare CIRRUS_nn vars against 'null' not ""
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 13 Jun 2022 17:12:57 +0000 (18:12 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 13 Jun 2022 23:15:06 +0000 (00:15 +0100)
commit34776d80f312f36c8cbdf632337dc087e724b568
treedbb5ffe06a8103a7656c3ae696c6de71200f6f3e
parentc48a5c4741d663a77ab3a2b0c1df3a58de6ee340
gitlab: compare CIRRUS_nn vars against 'null' not ""

The GitLab variable comparisons don't have shell like semantics where
an unset variable compares equal to empty string. We need to explicitly
test against 'null' to detect an unset variable.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Tested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220608160651.248781-1-berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220613171258.1905715-7-alex.bennee@linaro.org>
.gitlab-ci.d/base.yml