Skip to content
Snippets Groups Projects
Commit e3289078 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] ci: push-to-github only on master (fix indent)

parent 6a484b3b
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ push_to_github:
- bash -c "cat packed-refs | grep -v 'refs/pull' > packed-refs-new; echo 'Removed pull refs.'"
- mv packed-refs-new packed-refs
- bash -c "git push --force --mirror github 2>&1 | grep -v duniter-gitlab; echo $?"
only:
- master
only:
- master
publish:
stage: deploy
......
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