You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have several unnecessary build steps, both local and in CI:
build garden-cli go binary
build and release garden-sync docker image
build and release garden-service docker image
These are remnants of our experiment with running the Garden service in a container with a Go CLI in front of it.
We should remove these steps as they cause unnecessary complexity. Furthermore we should add a readme to the garden-cli and garden-sync repos explaining their purpose.
The text was updated successfully, but these errors were encountered:
Currently we have several unnecessary build steps, both local and in CI:
These are remnants of our experiment with running the Garden service in a container with a Go CLI in front of it.
We should remove these steps as they cause unnecessary complexity. Furthermore we should add a readme to the
garden-cli
andgarden-sync
repos explaining their purpose.The text was updated successfully, but these errors were encountered: