X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.woodpecker%2F.continuous-deployment.yml;h=5a29fe61295c627914f762fdd4c0906823a73746;hb=e57e1ba1e5544c44d9f7de32d8480461651c6c58;hp=69886557e323850ed01cee05f00f12d812924305;hpb=c10e0a8683ca114cbdd78f6d9ac82e8aaa614bb2;p=friendica.git diff --git a/.woodpecker/.continuous-deployment.yml b/.woodpecker/.continuous-deployment.yml index 69886557e3..5a29fe6129 100644 --- a/.woodpecker/.continuous-deployment.yml +++ b/.woodpecker/.continuous-deployment.yml @@ -9,7 +9,10 @@ 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 @@ -62,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