Jeffrey McGovern
Jeffrey McGovern
The above script does not place the value of a a `process.env.*` variable into Bruno environment variables. Version 1.17.0 does it, but only without the above script. Given, e.g.: |...
From the example above, using `v1.17.0+` with the script: But with `v1.17.0` _without_ the script, it grabs the `{{process.env.JEFF}}` value `buzz`, but (as you pointed out) cannot get the `{{path}}`...
Same issue: ```bash $ bin/init Copying config files to 'config/' $ bin/up --------------------- ERROR ----------------------- Invalid MONGO_VERSION: MONGO_VERSION=6.0 MONGO_VERSION must start with the actual major version of mongo, followed by...
# Problem Quoting the relevant variable: ```bash --------------------- ERROR ----------------------- Invalid MONGO_VERSION: 'MONGO_VERSION=6.0' MONGO_VERSION must start with the actual major version of mongo, followed by a dot. Example: MONGO_IMAGE=my.dockerhub.com/custom-mongo MONGO_VERSION=6.0-custom...