From 3e9f4093677fc5db945dac113ca4f77b1541f6ef Mon Sep 17 00:00:00 2001
From: TEST_GITLAB_AUTH_TOKEN for infrastructure/ci-package-builder
 <project9091_bot@noreply.gitlab.apertis.org>
Date: Mon, 24 Apr 2023 08:04:34 +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 fc96744ba7029134b1b47cf012474d2b9d1d2e8f Mon Sep 17 00:00:00 2001
From: TEST_GITLAB_AUTH_TOKEN for infrastructure/ci-package-builder
 <project9091_bot@noreply.gitlab.apertis.org>
Date: Mon, 24 Apr 2023 08:04:34 +0000
Subject: [PATCH 2/2] Test release commit

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

diff --git a/debian/changelog b/debian/changelog
index 4059393c..8c0b96d8 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>  Mon, 24 Apr 2023 08:04:34 +0000
+
 dash (0.5.11+git20200708+dd9ef66-5apertis1) apertis; urgency=medium
 
   [ Walter Lozano ]
-- 
GitLab