From fdc93e38ca7652dc00d6484a0686c81c348f3fbd Mon Sep 17 00:00:00 2001 From: Dan Vicarel Date: Mon, 13 Jan 2020 23:22:06 -0500 Subject: [PATCH] Reverted changes to builder/entrypoint.sh --- builder/entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/builder/entrypoint.sh b/builder/entrypoint.sh index 30bc7022..38c11a0d 100644 --- a/builder/entrypoint.sh +++ b/builder/entrypoint.sh @@ -4,9 +4,6 @@ # Run steps # -echo "Stuff is working??" -exit 0 - source /steps/activate.sh source /steps/build.sh source /steps/return_license.sh