Commit bb0af089 authored by Mike Greiling's avatar Mike Greiling

add test to reflect changes to has_artifact?

parent 0d74ea2c
...@@ -146,7 +146,7 @@ describe Ci::Build do ...@@ -146,7 +146,7 @@ describe Ci::Build do
pipeline: pipeline, pipeline: pipeline,
options: { options: {
artifacts: { artifacts: {
paths: [filename] paths: [filename, 'some-other-artifact.txt']
} }
} }
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment