Fix GitLab Pages test failures

This commit is contained in:
Kamil Trzcinski 2016-08-13 11:15:31 +02:00 committed by James Edwards-Jones
parent 91c07d16cd
commit 7163da6046

View file

@ -13,6 +13,7 @@ module Projects
def execute
# Create status notifying the deployment of pages
@status = create_status
@status.enqueue!
@status.run!
raise 'missing pages artifacts' unless build.artifacts_file?