⬆ Set lunar as default build release

This commit is contained in:
Marcel Kapfer 2023-05-02 18:48:33 +02:00
parent 47d5b3e482
commit a6f3f4325f
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
default:
image: ubuntu:kinetic
image: ubuntu:lunar
variables:
PACKAGE: "intellij-idea-ultimate"
@ -44,4 +44,4 @@ deploy-job:
- if: $CI_COMMIT_TAG
parallel:
matrix:
- UBUNTU_VERSION: [trusty, xenial, bionic, focal, kinetic, jammy]
- UBUNTU_VERSION: [trusty, xenial, bionic, focal, kinetic, jammy, lunar]

View File

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