]> git.mxchange.org Git - friendica.git/blobdiff - .woodpecker/.continuous-deployment.yml
Remove DI dependency from Module\Contact\Profile
[friendica.git] / .woodpecker / .continuous-deployment.yml
index 3d49ed37e4eb55e4959d50039935d444011e97da..4ff956b3b6e906bf0eff396732ba5af4bab07eec 100644 (file)
@@ -15,7 +15,7 @@ steps:
   clone:
     image: alpine/git
     commands:
-      - git clone $CI_REPO_LINK .
+      - git clone $CI_REPO_CLONE_URL .
       - git checkout $CI_COMMIT_BRANCH
       - git fetch origin $CI_COMMIT_REF
       - git merge $CI_COMMIT_SHA