From 559f28ce452695d0cf26a74a0101416fdc31c3f5 Mon Sep 17 00:00:00 2001
From: TEST_GITLAB_AUTH_TOKEN for infrastructure/ci-package-builder
 <project9091_bot@noreply.gitlab.apertis.org>
Date: Thu, 19 Jan 2023 14:42:23 +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 94464f742d8cd77151a26b1b4ffd4d9452018c9d Mon Sep 17 00:00:00 2001
From: TEST_GITLAB_AUTH_TOKEN for infrastructure/ci-package-builder
 <project9091_bot@noreply.gitlab.apertis.org>
Date: Thu, 19 Jan 2023 14:42:23 +0000
Subject: [PATCH 2/2] Test release commit

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

diff --git a/debian/changelog b/debian/changelog
index 4059393c..7c28726d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dash (0.5.11+git20200708+dd9ef66-5apertis1.1) apertis; urgency=medium
+
+  * Non-maintainer upload.
+  * Fake changes while testing the GitLab-to-OBS pipeline
+
+ -- root <test@example.com>  Thu, 19 Jan 2023 14:42:23 +0000
+
 dash (0.5.11+git20200708+dd9ef66-5apertis1) apertis; urgency=medium
 
   [ Walter Lozano ]
-- 
GitLab