Skip to content

Commit

Permalink
#7 rm
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 17, 2024
1 parent bc47786 commit 387a707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

.SHELLFLAGS: -c
.ONESHELL:
.PHONY: clean test all entry rmi verify rubocop
.PHONY: clean test all entry entry rmi verify rubocop

all: rubocop test entry rmi verify

Expand Down
1 change: 1 addition & 0 deletions entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pages=$(realpath "${INPUT_PAGES}")
cd /judges-action

if [ -e "${fb}" ]; then
rm "${fb}"
# Remove facts that are too old
bundle exec judges --verbose trim "${fb}"
fi
Expand Down

0 comments on commit 387a707

Please sign in to comment.