Commit 41f29973 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 0bcac746
No related merge requests found
Pipeline #26192 passed with stages
in 1 minute and 43 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -66,5 +66,5 @@ github: ...@@ -66,5 +66,5 @@ 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 - git remote add github https://github.com/inrae/hubeau.git || exit 0
- 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