Skip to content

Pass through all QA_ variables without explicitly defining them

George Koltsov requested to merge acunskis-passtrough-qa-vars into master

It is really inconvenient and somewhat unscalable to keep defining each environment variable that might be required in some spec.

This passes through all variables prefixed with QA_ without needing to defined every single one.

Merge request reports