Skip to content

Commit b40aed8

Browse files
committed
PATCH: minor fixes for builds
1 parent 55d4e62 commit b40aed8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Create Release: # increment version and create release tag
137137
- git checkout master
138138
- export RELEASE=$(git log -1 --pretty='format:%B' | cut -d':' -f1)
139139
- export VERSION=$(python3 setup.py -q version --increment ${RELEASE})
140-
- echo 'Creating: ' ${RELEASE} ${VERSION}
140+
- echo "Creating: ${RELEASE} ${VERSION}"
141141

142142
- git add -u
143143
- git commit -m "Release v${VERSION} [skip ci]"
@@ -157,7 +157,7 @@ Mirror to Github: # mirror Github and use API to create release
157157
- *use_gitlab_repo
158158
- git pull origin master
159159
- git checkout master
160-
- echo 'Packaging version: ' $(python3 setup.py -d version)
160+
- echo "Packaging version: $(python3 setup.py -d version)"
161161

162162
- *use_github_repo
163163
- git push -u origin master --force

0 commit comments

Comments
 (0)