]> 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 b1bc2406a1034713cd462375a4519e1b54353e52..4ff956b3b6e906bf0eff396732ba5af4bab07eec 100644 (file)
@@ -11,11 +11,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
@@ -39,7 +39,7 @@ pipeline:
       branch: [ develop, '*-rc' ]
       event: push
   composer_install:
-    image: friendicaci/php7.4:php7.4.18
+    image: friendicaci/php7.4:php7.4.33
     commands:
       - export COMPOSER_HOME=.composer
       - composer validate