X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.woodpecker%2F.continuous-deployment.yml;h=5a29fe61295c627914f762fdd4c0906823a73746;hb=e57e1ba1e5544c44d9f7de32d8480461651c6c58;hp=e2642f1fec25960b2df3b3b9c966b46a94778991;hpb=867dcd3c8e8073679f39dce69c2a0b5c22988659;p=friendica.git diff --git a/.woodpecker/.continuous-deployment.yml b/.woodpecker/.continuous-deployment.yml index e2642f1fec..5a29fe6129 100644 --- a/.woodpecker/.continuous-deployment.yml +++ b/.woodpecker/.continuous-deployment.yml @@ -9,9 +9,25 @@ depends_on: - database_checks - messages.po_check -platform: releaser/release # This prevents executing this pipeline at other servers than ci.friendi.ca +# This prevents executing this pipeline at other servers than ci.friendi.ca +labels: + location: friendica + type: releaser + +skip_clone: true pipeline: + clone: + image: alpine/git + commands: + - git clone $CI_REPO_LINK . + - git checkout $CI_COMMIT_BRANCH + - git fetch origin $CI_COMMIT_REF + - git merge $CI_COMMIT_SHA + when: + repo: friendica/friendica + branch: [ develop, '*-rc' ] + event: push restore_cache: image: meltwater/drone-cache:dev settings: @@ -49,7 +65,7 @@ pipeline: - export RELEASE="friendica-full-$VERSION" - export ARTIFACT="$RELEASE.tar.gz" - tar - --transform "s,^,$RELEASE/," + --transform "s,^,$RELEASE/,S" -X mods/release-list-exclude.txt -T mods/release-list-include.txt -cvzf ./build/$ARTIFACT