From 0b77d0c172a8b0269000814e871cea7377532a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 15 Jan 2022 21:38:56 +0200 Subject: [PATCH] ci: Don't run `cargo update` --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9040fcb71..123190802 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,13 +63,6 @@ stages: 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 --color=always - cargo update --color=always - fi .debian:11-base: extends: .debian:11