Skip to content

Commit

Permalink
release: v2.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Jan 8, 2024
1 parent 2e03d96 commit f629298
Show file tree
Hide file tree
Showing 3 changed files with 12,359 additions and 5,264 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build-final-spec:
SAVE ARTIFACT build/latest.json AS LOCAL releases/build/latest.json
ELSE
RUN sed -i 's/SDK_VERSION/'$version'/g' build/latest.json
SAVE ARTIFACT build/latest.json AS LOCAL releases/build/$version.json
SAVE ARTIFACT build/latest.json AS LOCAL releases/build/generate.json
END
SAVE ARTIFACT build/latest.json

Expand All @@ -60,7 +60,7 @@ openapi:
END
FOR component IN $(cd ./ee && ls -d */)
COPY (./ee/$component+openapi/src/ee/$component) /src/ee/$component
END
ENDle
RUN toto
SAVE ARTIFACT /src

Expand Down
15 changes: 0 additions & 15 deletions docs/openapi/v2.0.yaml

This file was deleted.

Loading

0 comments on commit f629298

Please sign in to comment.