diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index 4527250e7e..8f1ce0618f 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -16,7 +16,8 @@ install_dependencies() { brew install swiftlint elif [[ "$CI_WORKFLOW" == "cocoapods"* ]]; then install_ruby - elif [[ "$CI_WORKFLOW" == "sync"* ]] || [[ "$CI_WORKFLOW" == "swiftpm"* ]]; then + elif [[ "$CI_WORKFLOW" == "sync"* ]]; then + # elif [[ "$CI_WORKFLOW" == "sync"* ]] || [[ "$CI_WORKFLOW" == "swiftpm"* ]]; then sh build.sh setup-baas sh build.sh download-core elif [[ "$CI_WORKFLOW" = *"spm"* ]] || [[ "$CI_WORKFLOW" = "xcframework"* ]]; then