summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpost-build-lava.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-build-lava.py b/post-build-lava.py
index 2c75a27..3f7c7a4 100755
--- a/post-build-lava.py
+++ b/post-build-lava.py
@@ -339,7 +339,7 @@ def submit_job_from_url():
# jenkins job name scheme doesn't apply for 96boards jobs so expect
# download_url to be provided by the job.
download_url = os.environ.get("DOWNLOAD_URL", download_url)
-
+
# Set the file extension based on the type of artifacts
artifact_type = os.environ.get("MAKE_TARGETS", "tarball")
if artifact_type == "droidcore":