File tree 3 files changed +1
-10
lines changed
3 files changed +1
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,12 +30,7 @@ get-server-sources:
30
30
cd build && sh get-server-sources.sh $(DRONE_BRANCH )
31
31
32
32
openapi-spec : get-server-sources
33
- git submodule update --init
34
- cd build/openapi-extractor && composer install
35
- cd build && ./openapi-extractor/merge-specs \
36
- --core server/core/openapi.json \
37
- --merged ../developer_manual/_static/openapi.json \
38
- $$(ls server/apps/*/openapi.json )
33
+ cp build/server/openapi.json developer_manual/_static/openapi.json
39
34
cd developer_manual/_static && \
40
35
wget https://unpkg.com/@stoplight/elements@8.1.0/web-components.min.js -O stoplight-elements.js && \
41
36
wget https://unpkg.com/@stoplight/elements@8.1.0/styles.min.css -O stoplight-elements.css
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments