Skip to content

Commit

Permalink
chore: copy openapi-filters
Browse files Browse the repository at this point in the history
  • Loading branch information
LynxLynxx committed Nov 11, 2024
1 parent 3f0eb41 commit 66cdca0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion catalyst_voices/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ filter-openapi:

# Copy the original OpenAPI spec file and the filters file
COPY catalyst-gateway+build/doc/cat-gateway-api.json openapi/cat-gateway-api.json
# COPY catalyst_voices/packages/internal/catalyst_voices_services/openapi-filters.json openapi-filters.json

COPY catalyst_voices/packages/internal/catalyst_voices_services/openapi-filters.json openapi-filters.json

Check failure on line 34 in catalyst_voices/Earthfile

View workflow job for this annotation

GitHub Actions / ci / test / ./catalyst_voices+test-flutter-code-generator

Error

The command COPY catalyst_voices/packages/internal/catalyst_voices_services/openapi-filters.json openapi-filters.json failed: failed to walk /tmp/buildkit-mount1298001876/catalyst_voices/packages/internal/catalyst_voices_services: lstat /tmp/buildkit-mount1298001876/catalyst_voices/packages/internal/catalyst_voices_services: no such file or directory


# Install openapi-format npm package
RUN npm install -g openapi-format
Expand Down

0 comments on commit 66cdca0

Please sign in to comment.