Skip to content

Commit

Permalink
use rm -r
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Mizrahi committed Mar 13, 2024
1 parent 62c565d commit c4684c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ generate-configuration: build start-dependencies
CONNECTION_URI='{{POSTGRESQL_EMPTY_CONNECTION_URI}}' HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH='./static/myschema' \
cargo run --bin ndc-postgres-cli -- initialize
mv ./static/myschema/schema.json ./static/schema.json
rm ./static/myschema/configuration.json
rmdir ./static/myschema
rm -r ./static/myschema

CONNECTION_URI='{{POSTGRESQL_EMPTY_CONNECTION_URI}}' HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH='{{POSTGRES_BROKEN_QUERIES_NDC_METADATA}}' \
cargo run --bin ndc-postgres-cli -- update
Expand Down

0 comments on commit c4684c2

Please sign in to comment.