From bdc1cc7c5d5ccd733381e490c1be2bb74645b5b7 Mon Sep 17 00:00:00 2001 From: Helge <47348963+HJZollner@users.noreply.github.com> Date: Wed, 21 Jul 2021 14:43:07 -0400 Subject: [PATCH] Update azure-pipelines-master-pull.yml for Azure Pipelines [ci skip] [ci skip] --- ci/azure-pipelines-master-pull.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/azure-pipelines-master-pull.yml b/ci/azure-pipelines-master-pull.yml index 15d13106..10339a02 100644 --- a/ci/azure-pipelines-master-pull.yml +++ b/ci/azure-pipelines-master-pull.yml @@ -18,13 +18,13 @@ stages: jobs: - job: PRESS steps: - - script: matlab -nodisplay -wait -nosplash -batch "addpath(genpath('C:\CI-agent\_work\1\s')); FullPRESS; quit" - displayName: 'Single Subject PRESS without Segmentation & GUI' + - script: matlab -nodisplay -wait -nosplash -batch "addpath(genpath('C:\CI-agent\_work\2\s')); FullPRESS; quit" + displayName: 'Full PRESS with Segmentation & GUI' - stage: Stage_2 dependsOn: Stage_1 jobs: - job: MEGA steps: - - script: matlab -nodisplay -wait -nosplash -batch "addpath(genpath('C:\CI-agent\_work\1\s')); MEGAPRESS; quit" - displayName: 'Single Subject PRESS add Segmentation & GUI' \ No newline at end of file + - script: matlab -nodisplay -wait -nosplash -batch "addpath(genpath('C:\CI-agent\_work\2\s')); MEGAPRESS; quit" + displayName: 'Full MEGA with Segmentation & GUI' \ No newline at end of file