We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fce73d commit 3c6918dCopy full SHA for 3c6918d
selenium/bin/suite_template
@@ -397,7 +397,8 @@ profiles_with_local_or_docker() {
397
generate_env_file() {
398
begin "Generating env file ..."
399
mkdir -p $CONF_DIR
400
- ${BIN_DIR}/gen-env-file $TEST_CONFIG_DIR $ENV_FILE
+ ${BIN_DIR}/gen-env-file $TEST_CONFIG_DIR ${ENV_FILE}.tmp
401
+ grep -v '^#' ${ENV_FILE}.tmp > $ENV_FILE
402
source $ENV_FILE
403
end "Finished generating env file."
404
}
0 commit comments