Skip to content

Commit

Permalink
fix cache and link in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 28, 2016
1 parent 1216bc0 commit 9a30297
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies:
cache_directories:
- "~/examples/"
- "~/.apt-cache/"
- "~/.local/"
- "~/local/"
- "~/downloads/"
- "~/workdir"
pre:
Expand All @@ -15,7 +15,6 @@ dependencies:
override:
- sudo ln -sf $HOME/local/ants/* /usr/local/bin/
- sudo apt-get install -y fsl-core fsl-atlases fsl-mni152-templates afni
- sudo ln -sf /usr/lib/ants/N4BiasFieldCorrection /usr/local/bin/
- echo "source /etc/fsl/fsl.sh" >> $HOME/.profile
- echo "source /etc/afni/afni.sh" >> $HOME/.profile
- pip install --upgrade pip
Expand Down

0 comments on commit 9a30297

Please sign in to comment.