Skip to content

Commit 1ad15f3

Browse files
bacciottisamdoran
authored andcommitted
fixing sanity checks
1 parent bbf1108 commit 1ad15f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

files/bin/deploy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def main() -> None:
139139
labels = get_pr_labels(pr_number)
140140
cred_params = []
141141

142-
143142
if "koku" in components:
144143
if "smokes-required" in labels and not any(label.endswith("-smoke-tests") for label in labels):
145144
sys.exit("Missing smoke tests labels.")

0 commit comments

Comments
 (0)