Skip to content

Commit

Permalink
[grid] Removing unused parameter from DockerFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Dec 9, 2020
1 parent c20b8d9 commit 8fcd01a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions java/server/src/org/openqa/selenium/grid/docker/DockerFlags.java
Expand Up @@ -73,19 +73,6 @@ public class DockerFlags implements HasRoles {
@ConfigValue(section = "docker", name = "assets-path", example = "\"/absolute/path/to/assets/path\"")
private String assetsPath;

@Parameter(
names = {"--docker-container-assets-path"},
description = "Absolute path where assets inside the container will be stored. Use it when " +
"running inside a Docker container.",
hidden = true
)
@ConfigValue(
section = "docker",
name = "container-assets-path",
example = "\"/absolute/path/to/container/assets/path\""
)
private String containerAssetsPath;

@Override
public Set<Role> getRoles() {
return Collections.singleton(NODE_ROLE);
Expand Down

0 comments on commit 8fcd01a

Please sign in to comment.