Skip to content

Commit

Permalink
CI: fix wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Jun 13, 2020
1 parent 3dc0d50 commit fcdc245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
name: Clean working directory
when: always
command: |
sudo chown $(id -un):$(id -gn) -R /tmp/data/ds-sample
sudo chown $(id -un):$(id -gn) -R /tmp/src/mialsuperresolutiontoolkit/data
find /tmp/src/mialsuperresolutiontoolkit/data/derivatives -not -name "*.svg" -not -name "*.html" -not -name "*.rst" \
-not -name "*.mat" -not -name "*.gpickle" -not -name "*.lta" -not -name "*.json" -not -name "*.txt" -not -name "*.pklz" -type f -delete
- store_artifacts:
Expand Down

0 comments on commit fcdc245

Please sign in to comment.