Browse Source

CI: enable java8 tagged build

The Java 8 tagged-job did not set the boolean to true. This would
prevent the resulting docker image to not get tagged with the ref tag.
JNI-128 Release_2.1.9
Devan Carpenter 4 years ago
parent
commit
b57430797b
No known key found for this signature in database GPG Key ID: E1707CFFD7B85A02
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -42,5 +42,6 @@ debian10-java8:tagged-build:
CI_DISTRO_TARGET: "debian10"
MAKE_TARGET: "java8"
DEBIAN_FRONTEND: "noninteractive"
TAGGED_BUILD: "true"
rules:
- if: '$CI_COMMIT_TAG =~ /^Release_[0-9]+\.[0-9]+\.[0-9]+$/'

Loading…
Cancel
Save