Skip to content

Commit

Permalink
[skip ci] Fix circle version replacment
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 14, 2018
1 parent 4c223a1 commit 27c10fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Update Niworkflows version
command: |
if [ "${CIRCLE_TAG}" != "" ]; then
sed -i -E "s/(__version__ = )'[A-Za-z0-9.-]+'/\1'${CIRCLE_TAG}'/" niworkflows/info.py
sed -i -E "s/(__version__ = )'[A-Za-z0-9.-]+'/\1'${CIRCLE_TAG}'/" niworkflows/__about__.py
fi
- setup_remote_docker
- run:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
name: Update Niworkflows version
command: |
if [ "${CIRCLE_TAG}" != "" ]; then
sed -i -E "s/(__version__ = )'[A-Za-z0-9.-]+'/\1'${CIRCLE_TAG}'/" niworkflows/info.py
sed -i -E "s/(__version__ = )'[A-Za-z0-9.-]+'/\1'${CIRCLE_TAG}'/" niworkflows/__about__.py
fi
- run:
Expand Down

0 comments on commit 27c10fa

Please sign in to comment.