logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 856bd7622e40331bcf3c8471ba8376d02f0ff21c
parent e1e16656ce80cf2ec090ff8d16301ddc81752c76
Author: Lain Soykaf <lain@lain.com>
Date:   Wed, 31 Dec 2025 11:40:27 +0400

GitlabCI: Fix.

Diffstat:

M.gitlab-ci.yml8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -25,10 +25,6 @@ workflow: .default_artifacts: &default_artifacts expire_in: 30 days -# Default artifacts configuration -.default_artifacts: &default_artifacts - expire_in: 30 days - cache: &global_cache_policy key: $CI_JOB_IMAGE-$CI_COMMIT_SHORT_SHA paths: @@ -243,10 +239,6 @@ docs-deploy: only: - stable@pleroma/pleroma - develop@pleroma/pleroma - before_script: - - apk add curl - script: - - curl --fail-with-body -X POST -F"token=$CI_JOB_TOKEN" -F'ref=master' -F"variables[BRANCH]=$CI_COMMIT_REF_NAME" https://git.pleroma.social/api/v4/projects/673/trigger/pipeline review_app: image: alpine:3.9