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