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
9fab843d
Commit
9fab843d
authored
Oct 04, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts for app/assets/javascripts/jobs/components/job_app.vue
parent
f3131210
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
app/assets/javascripts/jobs/components/job_app.vue
app/assets/javascripts/jobs/components/job_app.vue
+0
-12
No files found.
app/assets/javascripts/jobs/components/job_app.vue
View file @
9fab843d
...
...
@@ -2,12 +2,9 @@
import
{
mapGetters
,
mapState
}
from
'
vuex
'
;
import
CiHeader
from
'
~/vue_shared/components/header_ci_component.vue
'
;
import
Callout
from
'
~/vue_shared/components/callout.vue
'
;
<<<<<<<
HEAD
// ee-only start
import
SharedRunner
from
'
ee/jobs/components/shared_runner_limit_block.vue
'
;
// ee-only end
=======
>>>>>>>
upstream
/
master
import
EnvironmentsBlock
from
'
./environments_block.vue
'
;
import
ErasedBlock
from
'
./erased_block.vue
'
;
import
StuckBlock
from
'
./stuck_block.vue
'
;
...
...
@@ -20,10 +17,7 @@
EnvironmentsBlock
,
ErasedBlock
,
StuckBlock
,
<<<<<<<
HEAD
SharedRunner
,
=======
>>>>>>>
upstream
/
master
},
props
:
{
runnerHelpUrl
:
{
...
...
@@ -41,10 +35,7 @@
'
jobHasStarted
'
,
'
hasEnvironment
'
,
'
isJobStuck
'
,
<<<<<<<
HEAD
'
shouldRenderSharedRunnerLimitWarning
'
,
=======
>>>>>>>
upstream
/
master
]),
},
};
...
...
@@ -89,7 +80,6 @@
:runners-path=
"runnerHelpUrl"
/>
<<<<<<<
HEAD
<shared-runner
v-if=
"shouldRenderSharedRunnerLimitWarning"
class=
"js-shared-runner-limit"
...
...
@@ -98,8 +88,6 @@
:runners-path=
"runnerHelpUrl"
/>
=======
>>>>>>> upstream/master
<environments-block
v-if=
"hasEnvironment"
:deployment-status=
"job.deployment_status"
...
...
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