Skip to content
Snippets Groups Projects
Commit 4155984a authored by Thomas Wood's avatar Thomas Wood
Browse files

.gitlab-ci.yml: Install git-sync webhook task [AUTO][ci skip]

parent 7f30142b
No related branches found
No related tags found
No related merge requests found
Pipeline #
---
stages:
- Git Sync
- build
- test
- deploy
git-sync:
before_script:
- eval `ssh-agent`
- echo "$PUSH_KEY" | ssh-add -
script:
- git sync-remote git@github.com:jscert/jsexplain.git git@gitlab.doc.ic.ac.uk:resource-reasoning/jsexplain.git
- ssh-agent -k
only:
- triggers
stage: Git Sync
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