Skip to content

Commit 8212484

Browse files
committed
Remove update-release-activity from docker entrypoint
#1291 removed this command, so starting the docker image fails
1 parent da1f362 commit 8212484

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dockerfiles/entrypoint.sh

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ while true; do
2727
done
2828
set -e
2929

30-
cratesfyi database update-release-activity
31-
3230
if ! [ -d "${CRATESFYI_PREFIX}/crates.io-index/.git" ]; then
3331
git clone https://github.com/rust-lang/crates.io-index "${CRATESFYI_PREFIX}/crates.io-index"
3432
# Prevent new crates built before the container creation to be built

0 commit comments

Comments
 (0)