From 6297618cb1944a9eb7fc106dbe02b1309fe32d19 Mon Sep 17 00:00:00 2001 From: Webber Date: Tue, 7 Jan 2020 23:36:07 +0100 Subject: [PATCH] Source the activation file to preserve vars --- builder/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/entrypoint.sh b/builder/entrypoint.sh index bd5a3c6f..d869256b 100644 --- a/builder/entrypoint.sh +++ b/builder/entrypoint.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash # -# +# Activate Unity # -/steps/activate.sh +source /steps/activate.sh # # Set project path