From b78269285b2b3795aedd12f8cecbbd470e0ae0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 9 Oct 2023 12:07:05 +0300 Subject: ci: Don't run `cargo update` Part-of: --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9492f643f..d21549321 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,13 +73,6 @@ trigger: before_script: - source ./ci/env.sh - mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config - # If cargo exists assume we probably will want to update - # the lockfile - - | - if command -v cargo; then - cargo generate-lockfile - cargo update - fi .debian:12-stable: extends: .debian:12 -- cgit v1.2.3