We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c677224 commit 2768968Copy full SHA for 2768968
circle.yml
@@ -9,9 +9,11 @@ dependencies:
9
10
pre:
11
- mkdir -p "~/scratch/nose"
12
- - apt-get -y update && apt-get install -y wget bzip2
+ # Let CircleCI cache the apt archive
13
+ - sudo rm -rf /var/cache/apt/archives && sudo ln -s ~/.apt-cache /var/cache/apt/archives && mkdir -p ~/.apt-cache/partial
14
15
override:
16
+ - sudo apt-get -y update && sudo apt-get install -y wget bzip2
17
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
18
- docker build -f docker/nipype_test_py27/Dockerfile -t nipype/nipype_test:py27 . :
19
timeout: 1600
0 commit comments