.gitlab-ci.yml: avoid using != to compare variables to support old versions
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 29 May 2019 03:35:08 +0000 (15:35 +1200)
committerRalph Boehme <slow@samba.org>
Fri, 31 May 2019 09:48:37 +0000 (09:48 +0000)
commitb5bf1b66d55f40862ece83ef013793fb303acca7
treef4d01a46c2af162ef96acdcd5b01151ffdbd301c
parentb23d005cdc646e02af3c38852f75e4505070768e
.gitlab-ci.yml: avoid using != to compare variables to support old versions

`!=` was only introduced after 11.11, according to doc at:

https://docs.gitlab.com/ee/ci/variables/README.html#environment-variables-expressions

For private gitlab instance, the version may not be new enough.
Use `==` to make it backward compatible.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Fri May 31 09:48:37 UTC 2019 on sn-devel-184
.gitlab-ci.yml