From c7775d8140908227b16ba899cf1111edbfd85faf Mon Sep 17 00:00:00 2001
From: TEST_GITLAB_AUTH_TOKEN for infrastructure/ci-package-builder
 <project9091_bot@noreply.gitlab.apertis.org>
Date: Tue, 18 Jul 2023 15:06:30 +0000
Subject: [PATCH 1/2] Adding a local pipeline in
 debian/apertis/local-gitlab-ci.yml

---
 debian/apertis/local-gitlab-ci.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 debian/apertis/local-gitlab-ci.yml

diff --git a/debian/apertis/local-gitlab-ci.yml b/debian/apertis/local-gitlab-ci.yml
new file mode 100644
index 00000000..2f4eee6b
--- /dev/null
+++ b/debian/apertis/local-gitlab-ci.yml
@@ -0,0 +1,14 @@
+hello:
+  stage: test
+  tags: [ lightweight ]
+  image: $DOCKER_IMAGE
+  script:
+    - echo This is a local pipeline
+    - ls
+    - env --null | sort -z | tr '\0' '\n'
+  needs:
+    - pipeline: $PARENT_PIPELINE_ID
+      job: prepare-build-env
+      artifacts: true
+  rules:
+    - when: on_success
\ No newline at end of file
-- 
GitLab


From 2d3adb3e004170abe1e8377cbe649d7460d12edb Mon Sep 17 00:00:00 2001
From: TEST_GITLAB_AUTH_TOKEN for infrastructure/ci-package-builder
 <project9091_bot@noreply.gitlab.apertis.org>
Date: Tue, 18 Jul 2023 15:06:30 +0000
Subject: [PATCH 2/2] Test release commit

Pipeline: https://gitlab.apertis.org/infrastructure/ci-package-builder/-/pipelines/583744
---
 debian/changelog | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1859401c..81e0c971 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dash (0.5.12-2+apertis1.1) apertis; urgency=medium
+
+  * Non-maintainer upload.
+  * Fake changes while testing the GitLab-to-OBS pipeline
+
+ -- root <test@example.com>  Tue, 18 Jul 2023 15:06:30 +0000
+
 dash (0.5.12-2+apertis1) apertis; urgency=medium
 
   * debian/apertis/copyright: Drop trailing empty line to make CI happy
-- 
GitLab