Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Aloisio committed Apr 1, 2019
1 parent 2220690 commit edc8313
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 @@ -19,7 +19,7 @@ jobs:
echo "Nothing to do. Not a release"
else
# When you tag as 340.10-extension it extract extension
CIRCLE_TAG_EXT="$(echo ${CIRCLE_TAG} | sed -e "s/[0-9]\\+\\.[0-9]\\+\\-//g)"
CIRCLE_TAG_EXT="$(echo ${CIRCLE_TAG} | sed -e "s/[0-9]\\+\\.[0-9]\\+\\-//g")"
sed -i "s/EXTENDNO=.*/EXTENDNO=${CIRCLE_TAG_EXT}/g" release/src-rt/version.conf
fi
- run:
Expand Down

0 comments on commit edc8313

Please sign in to comment.