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 c825703 + 5a49eb8 commit af10030Copy full SHA for af10030
src/commands/trigger-workflows-for-all-modified.yml
@@ -125,6 +125,7 @@ steps:
125
echo Bash not installed.
126
exit 1
127
fi
128
+ source $BASH_ENV
129
git status >/dev/null 2>&1 || { echo >&2 "Not in a git directory or no git"; exit 1; }
130
circleci-agent >/dev/null 2>&1 || { echo >&2 "No Circle CI agent. These are in all Circle CI containers"; exit 1; }
131
if [[ "$CIRCLE_TOKEN" == "" ]]; then
0 commit comments