From e47573e7ed5169b67aff7ae96bfe4d4918bca912 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Thu, 12 Apr 2018 14:54:46 -0400 Subject: [PATCH] CI: sudo mv [skip tests][skip docs][skip ds054][skip ds210] --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ab3fe9971..4c22ad542 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -336,8 +336,8 @@ jobs: name: Move intermediate results for second run command: | mkdir -p /tmp/ds005/derivatives_partial - mv /tmp/ds005/derivatives/freesurfer /tmp/ds005/derivatives_partial - cp -a /tmp/ds005/work /tmp/ds005/work_partial + sudo mv /tmp/ds005/derivatives/freesurfer /tmp/ds005/derivatives_partial + sudo cp -a /tmp/ds005/work /tmp/ds005/work_partial - run: name: Checking outputs of full fMRIPrep run command: |