Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav authored Aug 31, 2020
1 parent 686bf6d commit 8b6cb34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ then
git --git-dir="$GITHUB_WORKSPACE/.git" log --left-right --cherry-pick --pretty=format:"%H" remotes/origin/$GITHUB_BASE_REF...remotes/origin/$GITHUB_HEAD_REF > commit_list.txt
echo gitleaks --pretty --repo-path=$GITHUB_WORKSPACE --verbose --redact --commits-file=commit_list.txt $CONFIG
gitleaks --pretty --repo-path=$GITHUB_WORKSPACE --verbose --redact --commits-file=commit_list.txt $CONFIG
rm commit_list.txt
fi
fi

if [ $? -eq 1 ]
then
Expand All @@ -34,4 +33,3 @@ else
echo "------------------------------------"
echo -e $DONATE_MSG
fi

0 comments on commit 8b6cb34

Please sign in to comment.