File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 command : |
5050 if [[ "${CIRCLE_BRANCH}" == "master" && -z "${CIRCLE_PR_REPONAME}" ]]; then
5151 printenv DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin
52+
53+ git config --global user.email "ci@fnproject.com"
54+ git config --global user.name "CI"
55+ git branch --set-upstream-to=origin/${CIRCLE_BRANCH} ${CIRCLE_BRANCH}
56+
5257 ./build-images.sh 3.6
5358 ./build-images.sh 3.7.1
5459 ./release.sh
Original file line number Diff line number Diff line change 1- VERSION = "0.1.6 "
1+ VERSION = "0.1.7 "
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ echo "New version: $new_version"
2222
2323echo " VERSION = '${new_version} '" > fdk/version.py
2424
25- PBR_VERSION=${new_version} python setup.py sdist bdist_wheel
26- twine upload -u ${FN_PYPI_USER} -p ${FN_PYPI_PSWD} dist/fdk-${new_version} *
27-
2825tag=" $new_version "
2926git add -u
3027git commit -m " FDK Python: $new_version release [skip ci]"
3128git tag -f -a $tag -m " version $new_version "
3229git push
3330git push origin $tag
31+
32+ PBR_VERSION=${new_version} python setup.py sdist bdist_wheel
33+ twine upload -u ${FN_PYPI_USER} -p ${FN_PYPI_PSWD} dist/fdk-${new_version} *
You can’t perform that action at this time.
0 commit comments