Fix GitLab Pages test failures
This commit is contained in:
parent
91c07d16cd
commit
7163da6046
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ module Projects
|
||||||
def execute
|
def execute
|
||||||
# Create status notifying the deployment of pages
|
# Create status notifying the deployment of pages
|
||||||
@status = create_status
|
@status = create_status
|
||||||
|
@status.enqueue!
|
||||||
@status.run!
|
@status.run!
|
||||||
|
|
||||||
raise 'missing pages artifacts' unless build.artifacts_file?
|
raise 'missing pages artifacts' unless build.artifacts_file?
|
||||||
|
|
Loading…
Reference in a new issue