From 6fd6533d8d9c980b7221021be042c68f0edf091f Mon Sep 17 00:00:00 2001 From: Philipp Lepold Date: Thu, 18 Jan 2024 16:43:01 +0100 Subject: [PATCH] i hope this fixes it for real --- open_earable/ios/ci_scripts/ci_post_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_earable/ios/ci_scripts/ci_post_clone.sh b/open_earable/ios/ci_scripts/ci_post_clone.sh index 6b7da88..c30a17d 100755 --- a/open_earable/ios/ci_scripts/ci_post_clone.sh +++ b/open_earable/ios/ci_scripts/ci_post_clone.sh @@ -16,7 +16,7 @@ echo "🟩 Flutter Precache" time flutter precache --ios echo "🟩 Install Flutter Dependencies" -cd open_earable +cd $CI_WORKSPACE_PATH/open_earable time flutter clean time flutter pub get time flutter pub upgrade