From d1b414fff0eefc0789c6672f68ae92b236de6fe6 Mon Sep 17 00:00:00 2001 From: Anubhav Mishra Date: Wed, 16 Aug 2017 13:35:46 -0700 Subject: [PATCH] now copying atlantis binary instead of moving it --- scripts/e2e-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e-deps.sh b/scripts/e2e-deps.sh index 6cd0a81a4..6791d918f 100755 --- a/scripts/e2e-deps.sh +++ b/scripts/e2e-deps.sh @@ -5,7 +5,7 @@ if [ ! -f atlantis ]; then echo "atlantis binary not found. exiting...." exit 1 fi -mv atlantis ${CIRCLE_WORKING_DIRECTORY}/e2e/ +cp atlantis ${CIRCLE_WORKING_DIRECTORY}/e2e/ # cd into e2e folder cd e2e/