⬆ Set lunar as default build release
This commit is contained in:
parent
bcb4495f19
commit
b65fb895bb
3 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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#?}"
|
||||||
|
|
Loading…
Reference in a new issue