Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Bk Ci
Commits
92677f38
Unverified
Commit
92677f38
authored
3 years ago
by
irwinsun
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #5450 from sawyersong2/issue5363_github_branch
feat: 优化docker容器操作逻辑 #5363
parents
22342bd5
e38ff460
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/backend/ci/core/dockerhost/biz-dockerhost/src/main/kotlin/com/tencent/devops/dockerhost/services/generator/impl/SystemDockerMountGenerator.kt
+1
-1
...ost/services/generator/impl/SystemDockerMountGenerator.kt
with
1 addition
and
1 deletion
+1
-1
src/backend/ci/core/dockerhost/biz-dockerhost/src/main/kotlin/com/tencent/devops/dockerhost/services/generator/impl/SystemDockerMountGenerator.kt
+
1
-
1
View file @
92677f38
...
...
@@ -62,7 +62,7 @@ class SystemDockerMountGenerator @Autowired constructor(private val dockerHostCo
lowerDir
=
lowerDir
,
upperDir
=
upperDir
,
workDir
=
workDir
,
targetPath
=
dockerHostConfig
.
bazelContainerPath
targetPath
=
dockerHostConfig
.
volumeWorkspace
))
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help