🔧 Update supported Ubuntu versions
This commit is contained in:
parent
2674bf3971
commit
68a3b13635
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
default:
|
default:
|
||||||
image: registry.gitlab.com/mmk2410/intellij-idea-pkg-image:noble
|
image: registry.gitlab.com/mmk2410/intellij-idea-pkg-image:oracular
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
PACKAGE: "intellij-idea-ultimate"
|
PACKAGE: "intellij-idea-ultimate"
|
||||||
|
@ -70,4 +70,4 @@ deploy-job:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- UBUNTU_VERSION: [trusty, xenial, bionic, focal, jammy, noble]
|
- UBUNTU_VERSION: [trusty, xenial, bionic, focal, jammy, noble, oracular]
|
||||||
|
|
|
@ -12,7 +12,7 @@ if [[ $? != 0 ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PACKAGE="intellij-idea-ultimate"
|
PACKAGE="intellij-idea-ultimate"
|
||||||
DISTRIBUTION="noble"
|
DISTRIBUTION="oracular"
|
||||||
|
|
||||||
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