Skip to content

Commit 4724b35

Browse files
committed
util: exclude do-step from make-issue
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 08b0d3b commit 4724b35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/util/generate-vars.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
55
# exclude system and CI variables
66
EXCLUDED_VARS="MAKE|PYTHONPATH|PKG_CONFIG_PATH|PERL5LIB|PCP_DIR|PATH|MANPATH"
77
EXCLUDED_VARS+="|LD_LIBRARY_PATH|INFOPATH|HOME|PWD|MAIL|TIME_CMD|QT_QPA_PLATFORM"
8+
EXCLUDED_VARS+="|do-step"
89

910
printf '%s\n' "$ISSUE_VARIABLES" | while read -r V;
1011
do

0 commit comments

Comments
 (0)