Commit d4abfd54 authored by Dorchies David's avatar Dorchies David
Browse files

ci: automatic push to github

- issue existing remote github (don't know how it is persistent between 2 pipelines)

Refs #11
parent 6881092e
No related merge requests found
Pipeline #26201 failed with stages
in 3 minutes and 6 seconds
Showing with 2 additions and 1 deletion
+2 -1
...@@ -66,5 +66,6 @@ github: ...@@ -66,5 +66,6 @@ github:
- git config --global user.email "gitlab@inrae.fr" - git config --global user.email "gitlab@inrae.fr"
- git config --global user.name "Gitlab CI" - git config --global user.name "Gitlab CI"
script: script:
- git remote add github https://github.com/inrae/hubeau.git || FAILED=true - git remote add github git@github.com:inrae/hubeau.git || FAILED=true
- git remote set-url github git@github.com:inrae/hubeau.git
- git push --mirror github - git push --mirror github
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment