Compare commits
No commits in common. "a6f3f4325f6a728263e924f8215e2563db3bb73c" and "979df7cd83c8dd9668b5bc0c1e7bd3bb6a253f4a" have entirely different histories.
a6f3f4325f
...
979df7cd83
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
default:
|
default:
|
||||||
image: ubuntu:lunar
|
image: ubuntu:kinetic
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
PACKAGE: "intellij-idea-ultimate"
|
PACKAGE: "intellij-idea-ultimate"
|
||||||
|
@ -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, lunar]
|
- UBUNTU_VERSION: [trusty, xenial, bionic, focal, kinetic, jammy]
|
||||||
|
|
|
@ -2,7 +2,7 @@ Source: intellij-idea-ultimate
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
|
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
|
||||||
Build-Depends: debhelper (>= 9)
|
Build-Depends: debhelper (>= 12)
|
||||||
Standards-Version: 4.2.1
|
Standards-Version: 4.2.1
|
||||||
|
|
||||||
Package: intellij-idea-ultimate
|
Package: intellij-idea-ultimate
|
||||||
|
|
|
@ -12,7 +12,7 @@ if [[ $? != 0 ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PACKAGE="intellij-idea-ultimate"
|
PACKAGE="intellij-idea-ultimate"
|
||||||
DISTRIBUTION="lunar"
|
DISTRIBUTION="kinetic"
|
||||||
|
|
||||||
last_tag=$(git describe --abbrev=0 --tags)
|
last_tag=$(git describe --abbrev=0 --tags)
|
||||||
old="${last_tag#?}"
|
old="${last_tag#?}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue