Skip to content
Snippets Groups Projects
Commit 164e1581 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'change-title-mirror' into 'develop'

change title of mirror fork card

See merge request R3/howto-cards!229
parents eb31827d f9d6e483
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ save:commitIndex:
entrypoint: [""]
stage: save
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/ && $CI_PROJECT_NAMESPACE == "R3"'
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/ && $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH == "R3/howto-cards"'
before_script:
- apk add git-lfs
- git fetch --all
......
......@@ -6,7 +6,7 @@ redirect_from:
- /cards/contribute:mirror-fork
- /external/cards/contribute:mirror-fork
---
# How to mirror your fork automatically
# Mirror fork automatically
In order to keep your fork up-to-date automatically with the main (also called `upstream`) repository,
you should follow the follow simple steps.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment