We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25bf06 commit b0da9acCopy full SHA for b0da9ac
1 file changed
tools/build_release_files.py
@@ -6,7 +6,7 @@
6
import time
7
8
for port in build_info.SUPPORTED_PORTS:
9
- result = subprocess.run("rm -rf ../ports/{}/build*".format(port), stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True)
+ result = subprocess.run("rm -rf ../ports/{}/build*".format(port), shell=True)
10
11
ROSIE_SETUPS = ["rosie-ci"]
12
rosie_ok = {}
0 commit comments