We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec69181 commit d9c4c66Copy full SHA for d9c4c66
docker-entrypoint.sh
@@ -32,6 +32,8 @@ cratesfyi database update-release-activity
32
33
if ! [ -d "${CRATESFYI_PREFIX}/crates.io-index/.git" ]; then
34
git clone https://github.com/rust-lang/crates.io-index "${CRATESFYI_PREFIX}/crates.io-index"
35
+ # Prevent new crates built before the container creation to be built
36
+ git --git-dir="$CRATESFYI_PREFIX/crates.io-index/.git" branch crates-index-diff_last-seen
37
fi
38
39
cratesfyi "$@"
0 commit comments