Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina-Ubuntu-PPA.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-05-25 12:34:56 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-05-25 12:34:56 +0300
commit243613d9528e6b6edb5ed5b13ff155232a99d9cf (patch)
tree4bd210b4d95856239505bf08ff9190319a7743a7
parent06f3897176bc81f59ca0196b46256fc0406b1c3e (diff)
Fixing TAG var
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcb246e..c2247bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,6 +32,7 @@ ppa build:
- cd -
- git clone git@gitlab.com:Remmina/Remmina-Ubuntu-PPA.git Remmina-Ubuntu-PPA
- cd Remmina-Ubuntu-PPA
+ - grep ${TAG}-1+ppa1.1 debian/changelog && exit
- dch -v ${TAG}-1+ppa1.1 "Upstream release" -D unstable
- git commit -s -m "Upstream release" -a
- git push origin master