diff --git a/debian/apertis/local-gitlab-ci.yml b/debian/apertis/local-gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..2f4eee6bc9f33a9c1986a43c13318c917fc02fb4 --- /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 diff --git a/debian/changelog b/debian/changelog index 4059393c3fa889c8aa31dcac2c8086e6b11fbaee..8c0b96d8baae717603ffd554330a4162b45c08c8 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 ]