⬆ Set lunar as default build release

This commit is contained in:
Marcel Kapfer 2023-05-02 18:31:56 +02:00
parent bcb4495f19
commit b65fb895bb
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
3 changed files with 3 additions and 3 deletions

View File

@ -44,4 +44,4 @@ deploy-job:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
parallel: parallel:
matrix: matrix:
- UBUNTU_VERSION: [trusty, xenial, bionic, focal, kinetic, jammy] - UBUNTU_VERSION: [trusty, xenial, bionic, focal, kinetic, jammy, lunar]

View File

@ -1,4 +1,4 @@
intellij-idea-community (2023.1.1-1) kinetic; urgency=medium intellij-idea-community (2023.1.1-1) lunar; urgency=medium
* Upstream version 2023.1.1 * Upstream version 2023.1.1

View File

@ -12,7 +12,7 @@ if [[ $? != 0 ]]; then
fi fi
PACKAGE="intellij-idea-community" PACKAGE="intellij-idea-community"
DISTRIBUTION="kinetic" DISTRIBUTION="lunar"
last_tag=$(git describe --abbrev=0 --tags) last_tag=$(git describe --abbrev=0 --tags)
old="${last_tag#?}" old="${last_tag#?}"