Skip to content
Snippets Groups Projects
Commit a79cd2a2 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

No longer needed

parent c6f09f4d
No related branches found
No related tags found
1 merge request!5525Implement Slack integration for pipeline hooks
Pipeline #
Loading
Loading
@@ -275,8 +275,7 @@ describe Ci::Build, models: true do
 
context 'when yaml_variables are undefined' do
before do
build.update(yaml_variables: nil)
build.reload # reload pipeline so that it resets config_processor
build.yaml_variables = nil
end
 
context 'use from gitlab-ci.yml' do
Loading
Loading
@@ -902,8 +901,7 @@ describe Ci::Build, models: true do
 
context 'when `when` is undefined' do
before do
build.update(when: nil)
build.reload # reload pipeline so that it resets config_processor
build.when = nil
end
 
context 'use from gitlab-ci.yml' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment