diff --git a/.circleci/config.yml b/.circleci/config.yml index 2010e0033..5aaa81a7b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -187,7 +187,7 @@ commands: name: if cache exists exit command: | FILE=/Users/distiller/project/ios/build/Build/Products/Release-iphonesimulator/RocketChatRN.app - if test -f "$FILE"; then + if [ -e “$FILE” ]; then echo "App restored from cache. Halting build." circleci step halt else