X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.woodpecker%2F.releaser.yml;h=006bcfec37858259cbdf092032d777cc81095459;hb=57ab2a42944afb56018735d68a5142b367503a29;hp=043071ddd3d2a4fed9086c5544f52c832957520d;hpb=3ce8bc5c27ed3c839ab46634f15285b751735a5f;p=friendica.git diff --git a/.woodpecker/.releaser.yml b/.woodpecker/.releaser.yml index 043071ddd3..006bcfec37 100644 --- a/.woodpecker/.releaser.yml +++ b/.woodpecker/.releaser.yml @@ -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