Skip to content

Commit

Permalink
Remove copy paste remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Oct 14, 2023
1 parent 0fc05bc commit e0c316a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/default-blocklist-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if [[ -z $(git status -s) ]]; then
exit
fi

DATE=$(date -r tmp/cacerts.pem '+%Y/%m/%d') # linux-specific
BLOCKLIST_REF=$(pushd deps/sqids_blocklist && git rev-parse --short HEAD)
NEW_BRANCH=automation/default-blocklist-update/$BLOCKLIST_REF
if git branch -a | grep "${NEW_BRANCH}" >/dev/null; then
Expand Down

0 comments on commit e0c316a

Please sign in to comment.