From 2e4c113d67a746c8194a664809ddb23b2b84b6c7 Mon Sep 17 00:00:00 2001 From: hasan7n Date: Fri, 8 Dec 2023 18:26:05 +0100 Subject: [PATCH] update integration test mlcube name --- cli/cli_test_manual_prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cli_test_manual_prep.sh b/cli/cli_test_manual_prep.sh index a567657ec..2048e17d2 100755 --- a/cli/cli_test_manual_prep.sh +++ b/cli/cli_test_manual_prep.sh @@ -87,7 +87,7 @@ echo "=====================================" PREP_MLCUBE="https://raw.githubusercontent.com/hasan7n/medperf/0303379b00148d02e9e426076c877680bfed458f/examples/DataPrepManualSteps/data_prep/mlcube/mlcube.yaml" PREP_PARAMS="https://raw.githubusercontent.com/hasan7n/medperf/0303379b00148d02e9e426076c877680bfed458f/examples/DataPrepManualSteps/data_prep/mlcube/workspace/parameters.yaml" -medperf mlcube submit --name prep -m $PREP_MLCUBE -p $PREP_PARAMS +medperf mlcube submit --name manprep -m $PREP_MLCUBE -p $PREP_PARAMS checkFailed "Prep submission failed" PREP_UID=$(medperf mlcube ls | tail -n 1 | tr -s ' ' | cut -d ' ' -f 2)