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
cfg: support resolving $ROOT and $APPNAME variables in command field
The $ROOT and $APPNAME variables can be specified in the Command field of the
.app.toml files and are resolved before execution.
The config version is incremented to 4.
circleci: set POSTGRES_HOST_AUTH_METHOD=trust
The postgres docker image does not allow passwordless admin accounts by default
anymore.
auth_method=trust has to be set to run the postgres instance without admin
password.
cfg: remove empty sections from Include config
To workaround bug pelletier/go-toml#216 we have to
remove empty FileOutput and DockerImageOutput structs from the buildOutput.
Otherwise the config validation fails because the slices contain FileOutput or
DockerImageOutput structs with empty required fields, like FileOutput.Path