From 18f91db1a67f9afbe8cf9b160cf1f55afce9f973 Mon Sep 17 00:00:00 2001 From: skifter Date: Wed, 25 Feb 2026 14:01:32 +0100 Subject: [PATCH] CI: reset pipeline --- CHANGELOG.md | 2 ++ compose.yaml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ef51fa..cfe1d60f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa ## [Unreleased] +- git actions check + - [PR-289](https://github.com/OS2Forms/os2forms/pull/289) Added required "Zoom control position" to map element diff --git a/compose.yaml b/compose.yaml index 0448b12f..a64bf5fb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,6 +8,16 @@ services: working_dir: /app volumes: - ./:/app + environment: + COMPOSER_HOME: /tmp/composer + COMPOSER_CACHE_DIR: /tmp/composer-cache + entrypoint: + - bash + - -lc + - | + git config --global --add safe.directory /app + exec "$@" + - bash markdownlint: image: itkdev/markdownlint