[polari] ci: Add back missing indent
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] ci: Add back missing indent
- Date: Tue, 31 Aug 2021 10:54:02 +0000 (UTC)
commit 89ba850d419e0856187385ff74bd4355832b139b
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Aug 31 12:53:05 2021 +0200
ci: Add back missing indent
Commit 0396ec3 was a bit too eager ...
.gitlab-ci.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3501656..387f1390 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,9 +79,9 @@ check_commit_log:
script:
- if [[ x"$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "x" ]] ;
then
- ci-fairy check-commits --junit-xml=commit-message-junit-report.xml ;
+ ci-fairy check-commits --junit-xml=commit-message-junit-report.xml ;
else
- echo "Not a merge request" ;
+ echo "Not a merge request" ;
fi
<<: *pipeline_guard
artifacts:
@@ -98,9 +98,9 @@ check-merge-request:
script:
- if [[ x"$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" != "x" ]] ;
then
- ci-fairy check-merge-request --require-allow-collaboration --junit-xml=check-merge-request-report.xml ;
+ ci-fairy check-merge-request --require-allow-collaboration
--junit-xml=check-merge-request-report.xml ;
else
- echo "Not a merge request" ;
+ echo "Not a merge request" ;
fi
<<: *pipeline_guard
artifacts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]