Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 41f863f

Browse files
author
B&R
committed
chore: Remove debug
1 parent 274b1ee commit 41f863f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

framework/endtoendbase.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ def skaffold_deploy(self, skip_when: bool = None):
114114
with open("skaffold.yaml", "r") as f:
115115
content = f.read()
116116

117-
print("!!!!!!!!!!!!!!", sp.check_output(["env"]).decode('utf-8'))
118-
119117
if "build:" in content:
120118
run(["skaffold", "build",
121119
"--tag", "e2e",

0 commit comments

Comments
 (0)