Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
d0d62e6e
Commit
d0d62e6e
authored
7 years ago
by
Matt R. Wilson
Committed by
Rhys Arkins
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Allow --renovate-fork Cli flag for onboarding.
Fixes
https://github.com/renovateapp/renovate/issues/1371
.
parent
2925c0d9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/workers/repository/onboarding/branch/index.js
+1
-1
1 addition, 1 deletion
lib/workers/repository/onboarding/branch/index.js
with
1 addition
and
1 deletion
lib/workers/repository/onboarding/branch/index.js
+
1
−
1
View file @
d0d62e6e
...
@@ -11,7 +11,7 @@ async function checkOnboardingBranch(config) {
...
@@ -11,7 +11,7 @@ async function checkOnboardingBranch(config) {
logger
.
debug
(
'
Repo is onboarded
'
);
logger
.
debug
(
'
Repo is onboarded
'
);
return
{
...
config
,
repoIsOnboarded
};
return
{
...
config
,
repoIsOnboarded
};
}
}
if
(
config
.
isFork
)
{
if
(
config
.
isFork
&&
!
config
.
renovateFork
)
{
throw
new
Error
(
'
fork
'
);
throw
new
Error
(
'
fork
'
);
}
}
logger
.
info
(
'
Repo is not onboarded
'
);
logger
.
info
(
'
Repo is not onboarded
'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment