Skip to content

Commit a4dac1b

Browse files
committed
CI: Remove duplicate steps
1 parent 1601392 commit a4dac1b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.circleci/config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,6 @@ jobs:
7272
echo "Error: method to get base image not understood"
7373
exit 1
7474
fi
75-
- run:
76-
name: Get test dependencies and generate Dockerfiles
77-
command: |
78-
pip install --no-cache-dir codecov
79-
make gen-dockerfiles
80-
- run:
81-
name: Modify Nipype version if necessary
82-
command: |
83-
if [ "$CIRCLE_TAG" != "" ]; then
84-
sed -i -E "s/(__version__ = )'[A-Za-z0-9.-]+'/\1'$CIRCLE_TAG'/" nipype/info.py
85-
fi
8675
- run:
8776
name: Build main image (py36)
8877
no_output_timeout: 60m

0 commit comments

Comments
 (0)