From 23dfdf94663faf49c834b7f1255f76444cc6111a Mon Sep 17 00:00:00 2001 From: Daniel Bisig Date: Mon, 15 Aug 2022 12:43:17 +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..57c5973 --- /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/PyTorch_ML_Tutorials.git + \ No newline at end of file