Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
5ee9cbf0
Commit
5ee9cbf0
authored
Feb 03, 2021
by
rinpatch
Browse files
Merge branch 'fix/deploy-api-docs' into 'develop'
CI: Add job ref when calling api docs builder See merge request
!3297
parents
e2d7c4fd
00268b44
Pipeline
#34640
passed with stages
in 89 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5ee9cbf0
...
...
@@ -165,13 +165,16 @@ review_app:
spec-deploy
:
stage
:
deploy
artifacts
:
paths
:
-
spec.json
only
:
-
develop@pleroma/pleroma
image
:
alpine:latest
before_script
:
-
apk add curl
script
:
-
curl -X POST -F"token=$API_DOCS_PIPELINE_TRIGGER" -F'ref=master' -F"variables[BRANCH]=$CI_COMMIT_REF_NAME" https://git.pleroma.social/api/v4/projects/1130/trigger/pipeline
-
curl -X POST -F"token=$API_DOCS_PIPELINE_TRIGGER" -F'ref=master' -F"variables[BRANCH]=$CI_COMMIT_REF_NAME"
-F"variables[JOB_REF]=CI_JOB_ID"
https://git.pleroma.social/api/v4/projects/1130/trigger/pipeline
stop_review_app
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment