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.
2 parents 5336862 + 4724b35 commit 69a30ddCopy full SHA for 69a30dd
flow/util/generate-vars.sh
@@ -5,6 +5,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
5
# exclude system and CI variables
6
EXCLUDED_VARS="MAKE|PYTHONPATH|PKG_CONFIG_PATH|PERL5LIB|PCP_DIR|PATH|MANPATH"
7
EXCLUDED_VARS+="|LD_LIBRARY_PATH|INFOPATH|HOME|PWD|MAIL|TIME_CMD|QT_QPA_PLATFORM"
8
+EXCLUDED_VARS+="|do-step"
9
10
printf '%s\n' "$ISSUE_VARIABLES" | while read -r V;
11
do
0 commit comments