mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 01:58:18 +00:00
now copying atlantis binary instead of moving it
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user