Browse Source

Ensure we fetch deps during spec-build stage

feature/dynamic-supervisor
Mark Felder 3 years ago
parent
commit
8feeb672c8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .gitlab-ci.yml

+ 2
- 1
.gitlab-ci.yml View File

@@ -40,6 +40,7 @@ spec-build:
paths:
- spec.json
script:
- mix deps.get
- mix pleroma.openapi_spec spec.json

benchmark:
@@ -393,4 +394,4 @@ docker-adhoc:
tags:
- dind
only:
- /^build-docker/.*$/@pleroma/pleroma
- /^build-docker/.*$/@pleroma/pleroma

Loading…
Cancel
Save