summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2020-11-25 11:03:57 -0800
committerJulian Blake Kongslie2020-11-25 11:03:57 -0800
commit6477065e5615cd671d55286e4c5bcea172b966f6 (patch)
treeb838cddd3d956df9dac25ae9710af460e5d48603
parentRelease version 2. (diff)
downloadolamic-main.tar.xz
Worker should not sort the environment when mailing failure reports.HEADmain
-rwxr-xr-xolamic-worker2
1 files changed, 1 insertions, 1 deletions
diff --git a/olamic-worker b/olamic-worker
index c9a1bd0..aaec35c 100755
--- a/olamic-worker
+++ b/olamic-worker
@@ -69,7 +69,7 @@ Content-type: text/plain
69Olamic task $TASK_ID failed with exit code $STATUS. 69Olamic task $TASK_ID failed with exit code $STATUS.
70 70
71Environment for the build: 71Environment for the build:
72$(env | sort) 72$(env)
73 73
74Log from the build: 74Log from the build:
75$(cat log) 75$(cat log)