Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
b5e69f2e
Unverified
Commit
b5e69f2e
authored
Jan 11, 2019
by
xster
Committed by
GitHub
Jan 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure package cache prepare does not end up creating projects inside the Flutter repo (#26389)
parent
88b77a7d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
prepare_package.dart
dev/bots/prepare_package.dart
+3
-0
No files found.
dev/bots/prepare_package.dart
View file @
b5e69f2e
...
@@ -332,6 +332,9 @@ class ArchiveCreator {
...
@@ -332,6 +332,9 @@ class ArchiveCreator {
final
String
createName
=
path
.
join
(
tempDir
.
path
,
'create_
$template
'
);
final
String
createName
=
path
.
join
(
tempDir
.
path
,
'create_
$template
'
);
await
_runFlutter
(
await
_runFlutter
(
<
String
>[
'create'
,
'--template=
$template
'
,
createName
],
<
String
>[
'create'
,
'--template=
$template
'
,
createName
],
// Run it outside the cloned Flutter repo to not nest git repos, since
// they'll be git repos themselves too.
workingDirectory:
tempDir
,
);
);
}
}
...
...
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