add some character for testing #8

Merged
boom merged 41 commits from dev into production 2025-04-27 23:05:07 +02:00
Showing only changes of commit 4eb4c9b581 - Show all commits

View File

@@ -16,7 +16,7 @@ sync_branches:
rules: rules:
- if: '$CI_COMMIT_BRANCH == "production"' - if: '$CI_COMMIT_BRANCH == "production"'
before_script: before_script:
- git config --global user.email "gitlab-ci1@rhein-software.dev" - git config --global user.email "gitlab-ci@rhein-software.dev"
- git config --global user.name "GitLab CI" - git config --global user.name "GitLab CI"
script: script:
- git remote set-url origin "https://oauth2:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" - git remote set-url origin "https://oauth2:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"