Skip to content

Commit

Permalink
try remove tag for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Apr 19, 2024
1 parent 689db1d commit acb1d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ssh_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def setup_project_and_container_for_ssh(project):
add_sudo = "sudo" if platform.system() == "Linux" else ""

build_output = subprocess.run(
f"{add_sudo} docker build -t ssh_server .",
f"{add_sudo} docker build ssh_server .",
shell=True,
capture_output=True,
)
Expand Down

0 comments on commit acb1d2b

Please sign in to comment.