GitlabCI: Fix.
This commit is contained in:
parent
e1e16656ce
commit
856bd7622e
1 changed files with 0 additions and 8 deletions
|
|
@ -25,10 +25,6 @@ workflow:
|
||||||
.default_artifacts: &default_artifacts
|
.default_artifacts: &default_artifacts
|
||||||
expire_in: 30 days
|
expire_in: 30 days
|
||||||
|
|
||||||
# Default artifacts configuration
|
|
||||||
.default_artifacts: &default_artifacts
|
|
||||||
expire_in: 30 days
|
|
||||||
|
|
||||||
cache: &global_cache_policy
|
cache: &global_cache_policy
|
||||||
key: $CI_JOB_IMAGE-$CI_COMMIT_SHORT_SHA
|
key: $CI_JOB_IMAGE-$CI_COMMIT_SHORT_SHA
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -243,10 +239,6 @@ docs-deploy:
|
||||||
only:
|
only:
|
||||||
- stable@pleroma/pleroma
|
- stable@pleroma/pleroma
|
||||||
- develop@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:
|
review_app:
|
||||||
image: alpine:3.9
|
image: alpine:3.9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue