Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-06-30 18:10:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-30 18:10:49 +0300
commit3b28c7e3b25265042fdac8ea83d5fb960eb345b2 (patch)
tree86ef6a9fbe4141d24c4d5e2f5ac4ce51174a011a /spec/scripts
parent8b03b8c00a03f7e55d5880486d7cfe4615cff1c1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/scripts')
-rw-r--r--spec/scripts/trigger-build_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/scripts/trigger-build_spec.rb b/spec/scripts/trigger-build_spec.rb
index 78cc57b6c91..3ac383e8d30 100644
--- a/spec/scripts/trigger-build_spec.rb
+++ b/spec/scripts/trigger-build_spec.rb
@@ -211,6 +211,7 @@ RSpec.describe Trigger, feature_category: :tooling do
context "when set in a file" do
before do
allow(File).to receive(:read).and_call_original
+ stub_env(version_file, nil)
end
it 'includes the version from the file' do