Skip to content

Commit

Permalink
Generated commit to update templated files based on rev dc7fdf3 in st…
Browse files Browse the repository at this point in the history
…ackabletech/operator-templating repo. (#227)

Triggered by:
Manual run triggered by: razvan with message [test script fixes]
  • Loading branch information
stackable-bot authored Mar 20, 2024
1 parent 4959fbb commit 2d27610
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/run-tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python
# vim: filetype=python syntax=python tabstop=4 expandtab

import argparse
Expand Down Expand Up @@ -203,7 +203,6 @@ def release_file(
with tempfile.NamedTemporaryFile(
mode="w",
delete=False,
delete_on_close=False,
prefix="patched",
) as f:
pcontents = "".join(patched_release)
Expand Down

0 comments on commit 2d27610

Please sign in to comment.