Skip to content
Snippets Groups Projects

[WIP] Moves the stage and ref from the table in a ci commit build to a plain one line text

Closed Tiago Botelho requested to merge tiagonbotelho/gitlab-ce:ci-commit into master
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
@@ -659,4 +659,15 @@
@@ -659,4 +659,15 @@
repository.rm_branch(user, 'feature')
repository.rm_branch(user, 'feature')
end
end
end
end
 
 
describe '#rm_tag' do
 
it 'removes a tag' do
 
expect(repository).to receive(:before_remove_tag)
 
 
expect_any_instance_of(Gitlab::Shell).to receive(:rm_tag).
 
with(repository.path_with_namespace, '8.5')
 
 
repository.rm_tag('8.5')
 
end
 
end
end
end
Loading