Fix bugs in CircleCI naming

This commit is contained in:
Neil Alexander 2018-03-05 20:26:55 +00:00
parent 6366558258
commit d58c971559
2 changed files with 1 additions and 7 deletions

View file

@ -16,7 +16,7 @@ jobs:
command: |
mkdir /tmp/upload
echo 'export CINAME=$(sh contrib/semver/name.sh)' >> $BASH_ENV
echo 'export CIVERSION=$(sh contrib/semver/version.sh)' >> $BASH_ENV
echo 'export CIVERSION=$(sh contrib/semver/version.sh | cut -c 2-)' >> $BASH_ENV
- run:
name: Build for Linux (including Debian packages)