We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65e946c + 8212484 commit 0319119Copy full SHA for 0319119
dockerfiles/entrypoint.sh
@@ -27,8 +27,6 @@ while true; do
27
done
28
set -e
29
30
-cratesfyi database update-release-activity
31
-
32
if ! [ -d "${CRATESFYI_PREFIX}/crates.io-index/.git" ]; then
33
git clone https://github.com/rust-lang/crates.io-index "${CRATESFYI_PREFIX}/crates.io-index"
34
# Prevent new crates built before the container creation to be built
0 commit comments