Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 9141d0dc authored by Idriss's avatar Idriss
Browse files

Add mirroring

parent e20db821
No related branches found
No related tags found
No related merge requests found
Pipeline #9409 canceled
stages:
- publish
mirror:
stage: publish
script:
- setsid ./ci/mirror.sh
only:
- /^(main.*)$/
tags:
- mirror
#!/bin/bash
REPO_PATH="${PROJECT_HOME}/clean-k8s-objects/"
cd "${REPO_PATH}" && git pull origin main || :
git push github main -f
git push internal main -f
git push pgitlab main -f
git push froggit main -f
exit 0
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