From 7d22049f8879e572e27aea3df914b1ed093b150b Mon Sep 17 00:00:00 2001 From: Daniel Bisig Date: Tue, 7 Dec 2021 17:40:00 +0000 Subject: [PATCH] mirroring pipeline added --- bitbucket-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bitbucket-pipelines.yml diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 0000000..fccd856 --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,7 @@ +clone: + depth: full +pipelines: + default: + - step: + script: + - git push --mirror git@github.coventry.ac.uk:ad5041/MocapPlayer.git \ No newline at end of file