From 35760871a949c583185720a79f71216c2cd4b539 Mon Sep 17 00:00:00 2001 From: Daniel Bisig Date: Wed, 8 Dec 2021 20:19:38 +0000 Subject: [PATCH] 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..8d4db3b --- /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/PuppeteeringAI.git \ No newline at end of file