From aaa58e20ea7073b5c4cb76697b6c75396028c39b Mon Sep 17 00:00:00 2001 From: Black Hat Date: Fri, 3 Aug 2018 14:07:15 +0000 Subject: [PATCH 1/2] Add CI commit message for flatpak. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31a8036..174481e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ build-flatpak: script: - gpg2 -v --import <(echo "$GPG_SECRET_KEY") - cd flatpak - - flatpak-builder --repo=../tmp/matrique-repo/public build-dir org.eu.encom.matrique.json --force-clean --gpg-sign=52986BF4D61350EC249F2E891B0DB3358FC5E4B2 + - flatpak-builder --repo=../tmp/matrique-repo/public build-dir org.eu.encom.matrique.json --force-clean --gpg-sign=52986BF4D61350EC249F2E891B0DB3358FC5E4B2 -s="$CI_COMMIT_TITLE" -b="$CI_COMMIT_DESCRIPTION" - cd ../ artifacts: paths: From 53c22357bd69cc589cc5d9d34e15cfebfe35c63e Mon Sep 17 00:00:00 2001 From: Black Hat Date: Fri, 3 Aug 2018 14:51:25 +0000 Subject: [PATCH 2/2] Fix commit message. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 174481e..db0c128 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ build-flatpak: script: - gpg2 -v --import <(echo "$GPG_SECRET_KEY") - cd flatpak - - flatpak-builder --repo=../tmp/matrique-repo/public build-dir org.eu.encom.matrique.json --force-clean --gpg-sign=52986BF4D61350EC249F2E891B0DB3358FC5E4B2 -s="$CI_COMMIT_TITLE" -b="$CI_COMMIT_DESCRIPTION" + - flatpak-builder --repo=../tmp/matrique-repo/public build-dir org.eu.encom.matrique.json --force-clean --gpg-sign=52986BF4D61350EC249F2E891B0DB3358FC5E4B2 -s "$CI_COMMIT_TITLE" -b "$CI_COMMIT_DESCRIPTION" - cd ../ artifacts: paths: