Skip to content

Commit 78878f3

Browse files
fixed v in version
1 parent 7136c37 commit 78878f3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .gitlab-ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ pages:
475475
- mv debian/rules-in3 debian/rules
476476
- rm -rf debian/*-dev
477477
- echo "" >> debian/changelog
478-
- echo "in3 (${VERSION}~${DISTRO}) ${DISTRO}; urgency=medium" >> debian/changelog
478+
- echo "in3 (${VERSION:1}~${DISTRO}) ${DISTRO}; urgency=medium" >> debian/changelog
479479
- echo "" >> debian/changelog
480480
- echo " * Check https://github.com/slockit/in3 for changelog " >> debian/changelog
481481
- echo "" >> debian/changelog
@@ -488,8 +488,8 @@ pages:
488488
- gpg --no-tty --batch --import --allow-secret-key-import "$PGP_KEY_ASC"
489489
- debuild -S -sa -us -uc
490490
- cd ..
491-
- debsign -p"gpg --batch --yes --no-tty --passphrase ${PGP_PASSPHRASE}" -S -kB4179604561E56D1 in3_${VERSION}~${DISTRO}_source.changes
492-
- dput ppa:devops-slock-it/in3 in3_${VERSION}~${DISTRO}_source.changes
491+
- debsign -p"gpg --batch --yes --no-tty --passphrase ${PGP_PASSPHRASE}" -S -kB4179604561E56D1 in3_${VERSION:1}~${DISTRO}_source.changes
492+
- dput ppa:devops-slock-it/in3 in3_${VERSION:1}~${DISTRO}_source.changes
493493

494494
debian_package_deploy_bionic:
495495
extends:
@@ -535,7 +535,7 @@ debian_package_deploy_disco:
535535
- mv debian/rules-dev debian/rules
536536
- rm -rf debian/*-in3
537537
- echo "" >> debian/changelog
538-
- echo "in3-dev (${VERSION}~${DISTRO}) ${DISTRO}; urgency=medium" >> debian/changelog
538+
- echo "in3-dev (${VERSION:1}~${DISTRO}) ${DISTRO}; urgency=medium" >> debian/changelog
539539
- echo "" >> debian/changelog
540540
- echo " * Check https://github.com/slockit/in3 for changelog " >> debian/changelog
541541
- echo "" >> debian/changelog
@@ -548,8 +548,8 @@ debian_package_deploy_disco:
548548
- gpg --no-tty --batch --import --allow-secret-key-import "$PGP_KEY_ASC"
549549
- debuild -S -sa -us -uc
550550
- cd ..
551-
- debsign -p"gpg --batch --yes --no-tty --passphrase ${PGP_PASSPHRASE}" -S -kB4179604561E56D1 in3-dev_${VERSION}~${DISTRO}_source.changes
552-
- dput ppa:devops-slock-it/in3 in3-dev_${VERSION}~${DISTRO}_source.changes
551+
- debsign -p"gpg --batch --yes --no-tty --passphrase ${PGP_PASSPHRASE}" -S -kB4179604561E56D1 in3-dev_${VERSION:1}~${DISTRO}_source.changes
552+
- dput ppa:devops-slock-it/in3 in3-dev_${VERSION:1}~${DISTRO}_source.changes
553553

554554
debian_dev_package_deploy_bionic:
555555
extends:
@@ -571,4 +571,4 @@ debian__dev_package_deploy_disco:
571571
only:
572572
- /^v[0-9]+.[0-9]+.[0-9]+$/
573573
except:
574-
- branches
574+
- branches

0 commit comments

Comments
 (0)