mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
Add cloud-only crates. (#968)
### What We now support cloud-only crates, which are not open-sourced. ### How Anything in `crates/cloud` will not be synced with the _graphql-engine_ repository. In order to facilitate this, we generate and commit a Cargo.toml/Cargo.lock pair with the cloud-only sections removed. We also transform the justfile to remove this code. This includes only a test repository, to ensure that nothing private is synced. When this is merged, it should not result in a commit to the _graphql-engine_ repository. V3_GIT_ORIGIN_REV_ID: 038839acdf3a97da05bbd4b6278171cc12e7cd71
This commit is contained in:
parent
68a30e1126
commit
6fa4d03f3b
@ -1,5 +1,7 @@
|
||||
set positional-arguments
|
||||
|
||||
set shell := ["bash", "-c"]
|
||||
|
||||
default:
|
||||
just --list
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user