From 6477065e5615cd671d55286e4c5bcea172b966f6 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Wed, 25 Nov 2020 11:03:57 -0800 Subject: Worker should not sort the environment when mailing failure reports. --- olamic-worker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Olamic task $TASK_ID failed with exit code $STATUS. Environment for the build: -$(env | sort) +$(env) Log from the build: $(cat log) -- cgit v1.2.3