]> git.mxchange.org Git - friendica.git/blobdiff - .woodpecker/.releaser.yml
Merge pull request #13291 from Quix0r/features/config-blocklist-published
[friendica.git] / .woodpecker / .releaser.yml
index 043071ddd3d2a4fed9086c5544f52c832957520d..006bcfec37858259cbdf092032d777cc81095459 100644 (file)
@@ -9,11 +9,11 @@ labels:
 
 skip_clone: true
 
-pipeline:
+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
@@ -37,7 +37,7 @@ pipeline:
       branch: stable
       event: tag
   composer_install:
-    image: friendicaci/php7.4:php7.4.18
+    image: friendicaci/php7.4:php7.4.33
     commands:
       - export COMPOSER_HOME=.composer
       - composer validate