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:41:51 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-05-25 12:41:51 +0300
commit241c3bfb269d2fde51117601b607d6bd117c1d01 (patch)
tree5043a242084295ff40c27a9ef0b53d0b4b8be693
parente39315bb1b916276e088154eb52fab95986727b1 (diff)
Fixing TAG var
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 50dea20..09d65c4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,8 @@ ppa build:
- 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
+ - dch -v ${TAG}-1+ppa1.1 "Upstream release"
+ - dch -r ''
- git commit -s -m "Upstream release" -a
- git push origin master
only: