Merge branch 'fix/spec-build' into 'develop'

Ensure we fetch deps during spec-build stage

See merge request pleroma/pleroma!3368
This commit is contained in:
feld 2021-03-10 23:14:46 +00:00
commit 8e09a3cfa0
1 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ spec-build:
paths: paths:
- spec.json - spec.json
script: script:
- mix deps.get
- mix pleroma.openapi_spec spec.json - mix pleroma.openapi_spec spec.json
benchmark: benchmark:
@ -393,4 +394,4 @@ docker-adhoc:
tags: tags:
- dind - dind
only: only:
- /^build-docker/.*$/@pleroma/pleroma - /^build-docker/.*$/@pleroma/pleroma