Commit aada95e0 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Fix conflict in app/services/projects/update_pages_service.rb

parent 723c09cc
......@@ -74,11 +74,7 @@ module Projects
end
def extract_archive!(temp_path)
<<<<<<< HEAD
if artifacts_filename.ends_with?('.zip')
=======
if artifacts.ends_with?('.zip')
>>>>>>> upstream/master
extract_zip_archive!(temp_path)
else
raise InvaildStateError, 'unsupported artifacts format'
......
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