now copying atlantis binary instead of moving it

This commit is contained in:
Anubhav Mishra
2017-08-16 13:35:46 -07:00
parent 6b55b086cd
commit d1b414fff0

View File

@@ -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/