Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d1dd1baa
Commit
d1dd1baa
authored
Oct 04, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts for app/views/projects/jobs/show.html.haml
parent
149aa9a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
53 deletions
+0
-53
app/views/projects/jobs/show.html.haml
app/views/projects/jobs/show.html.haml
+0
-53
No files found.
app/views/projects/jobs/show.html.haml
View file @
d1dd1baa
...
...
@@ -9,59 +9,6 @@
%div
{
class:
container_class
}
.build-page.js-build-page
#js-build-header-vue
<
<<<<<<
HEAD
-
if
@build
.
stuck?
-
unless
@build
.
any_runners_online?
.bs-callout.bs-callout-warning.js-build-stuck
%p
-
if
@project
.
any_runners?
This
job
is
stuck
,
because
the
project
doesn
'
t
have
any
runners
online
assigned
to
it
.
-
elsif
@build
.
tags
.
any?
This
job
is
stuck
,
because
you
don
'
t
have
any
active
runners
online
with
any
of
these
tags
assigned
to
them:
-
@build
.
tags
.
each
do
|
tag
|
%span
.badge.badge-primary
=
tag
-
else
This
job
is
stuck
,
because
you
don
'
t
have
any
active
runners
that
can
run
this
job
.
%br
Go
to
=
link_to
project_runners_path
(
@build
.
project
,
anchor:
'js-runners-settings'
)
do
Runners
page
=
render
"shared_runner_limit_warning"
,
project:
@build
.
project
-
if
@build
.
starts_environment?
.prepend-top-default.js-environment-container
.environment-information
-
if
@build
.
outdated_deployment?
=
ci_icon_for_status
(
'success_with_warnings'
)
-
else
=
ci_icon_for_status
(
@build
.
status
)
-
environment
=
environment_for_build
(
@build
.
project
,
@build
)
-
if
@build
.
success?
&&
@build
.
last_deployment
.
present?
-
if
@build
.
last_deployment
.
last?
This
job
is
the
most
recent
deployment
to
#{
environment_link_for_build
(
@build
.
project
,
@build
)
}
.
-
else
This
job
is
an
out-of-date
deployment
to
#{
environment_link_for_build
(
@build
.
project
,
@build
)
}
.
View
the
most
recent
deployment
#{
deployment_link
(
environment
.
last_deployment
)
}
.
-
elsif
@build
.
complete?
&&
!
@build
.
success?
The
deployment
of
this
job
to
#{
environment_link_for_build
(
@build
.
project
,
@build
)
}
did
not
succeed
.
-
else
This
job
is
creating
a
deployment
to
#{
environment_link_for_build
(
@build
.
project
,
@build
)
}
-
if
environment
.
try
(
:last_deployment
)
and
will
overwrite
the
#{
deployment_link
(
environment
.
last_deployment
,
text:
'latest deployment'
)
}
-
if
@build
.
erased?
.prepend-top-default.js-build-erased
.erased.alert.alert-warning
-
if
@build
.
erased_by_user?
Job
has
been
erased
by
#{
link_to
(
@build
.
erased_by_name
,
user_path
(
@build
.
erased_by
))
}
#{
time_ago_with_tooltip
(
@build
.
erased_at
)
}
-
else
Job
has
been
erased
#{
time_ago_with_tooltip
(
@build
.
erased_at
)
}
==
=====
>
>>>>>> upstream/master
-
if
@build
.
running?
||
@build
.
has_trace?
.build-trace-container.prepend-top-default
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment