From a8860eee5fb864aca48bb85d8f0868a3f246a623 Mon Sep 17 00:00:00 2001 From: Daniel Bisig Date: Wed, 3 Aug 2022 20:39:41 +0200 Subject: [PATCH] pipeline added --- bitbucket-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bitbucket-pipelines.yml diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 0000000..c05f70c --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,8 @@ +clone: + depth: full +pipelines: + default: + - step: + script: + - git push --mirror git@github.coventry.ac.uk:ad5041/ofxDabFlock.git + \ No newline at end of file