Skip to content

Commit af10030

Browse files
authored
Merge pull request #3 from wiz-sec/source-bash-env-at-start
Source at start of workflow
2 parents c825703 + 5a49eb8 commit af10030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/trigger-workflows-for-all-modified.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ steps:
125125
echo Bash not installed.
126126
exit 1
127127
fi
128+
source $BASH_ENV
128129
git status >/dev/null 2>&1 || { echo >&2 "Not in a git directory or no git"; exit 1; }
129130
circleci-agent >/dev/null 2>&1 || { echo >&2 "No Circle CI agent. These are in all Circle CI containers"; exit 1; }
130131
if [[ "$CIRCLE_TOKEN" == "" ]]; then

0 commit comments

Comments
 (0)