From ae687545cb4564d35def0dd27bc297450bdef0f4 Mon Sep 17 00:00:00 2001 From: Eric Guo Date: Tue, 21 Jan 2025 14:27:24 +0800 Subject: [PATCH] FIX CI. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68319f698c..7c010e17b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ variables: CACHE_FALLBACK_KEY: "$CI_COMMIT_REF_SLUG" before_script: - - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - gem install bundler - bundle config set path 'vendor' # Install dependencies into ./vendor/ruby - sed -i 's/mutex_m (0.2.0)/mutex_m (0.1.1)/g' Gemfile.lock