From d2cd2ef5acdfee7434ad43cbe1dea88a422e281b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 11 Feb 2023 20:15:03 +0200 Subject: [PATCH] ci: Don't run `cargo update` on the stable branch Part-of: --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae034a8a3..9e58ed4b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,13 +72,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:11-stable: extends: .debian:11