]> git.mxchange.org Git - friendica.git/commitdiff
Fix Woodpecker
authorPhilipp <admin@philipp.info>
Fri, 28 Jul 2023 18:12:25 +0000 (20:12 +0200)
committerPhilipp <admin@philipp.info>
Fri, 28 Jul 2023 18:12:25 +0000 (20:12 +0200)
.woodpecker/.continuous-deployment.yml
.woodpecker/.releaser.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
index 2562e78726da2f8ebfc7503c9ec5e001cddcb0e4..006bcfec37858259cbdf092032d777cc81095459 100644 (file)
@@ -13,7 +13,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