Skip to content

Commit

Permalink
Merge pull request INTER-Mediator#1896 from matsuo/update-spec-for-gi…
Browse files Browse the repository at this point in the history
…tlab-ci

Update sample_spec.rb for GitLab CI
  • Loading branch information
msyk committed Jun 9, 2024
2 parents 08f9dff + 86e797c commit 84ce6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-docs/vm-for-trial/spec/192.168.56.101/sample_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def remove(options={}); end
its(:content) { should match /baseurl = https:\/\/dlm.mariadb.com\/repo\/mariadb-server\/10.7\/yum\/rhel\/7\/x86_64/ }
end
describe file('/etc/yum.repos.d/mariadb.repo'), :if => os[:family] == 'redhat' && os[:release].to_f >= 8 do
its(:content) { should match /baseurl = https:\/\/dlm.mariadb.com\/repo\/mariadb-server\/11.3\/yum\/rhel\/8\/x86_64/ }
its(:content) { should match /baseurl = https:\/\/dlm.mariadb.com\/repo\/mariadb-server\/11.4\/yum\/rhel\/8\/x86_64/ }
end
describe package('MariaDB-server'), :if => os[:family] == 'redhat' && os[:release].to_f >= 7 do
it { should be_installed }
Expand Down

0 comments on commit 84ce6c7

Please sign in to comment.