Skip to content

Commit 69a30dd

Browse files
authored
Merge pull request #1240 from vvbandeira/rm-do-step-make-issue
util: exclude do-step from make-issue
2 parents 5336862 + 4724b35 commit 69a30dd

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)