Skip to content

Commit

Permalink
update integration test mlcube name
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Dec 8, 2023
1 parent c06f7e7 commit 2e4c113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli_test_manual_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2e4c113

Please sign in to comment.