We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f13028 commit 51a9dc3Copy full SHA for 51a9dc3
.travis.yml
@@ -30,7 +30,7 @@ matrix:
30
- git config --global user.email "odidev@puresoftware.com"
31
- export GIT_TAG=aarch64_wheel-0.1.$TRAVIS_BUILD_NUMBER
32
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
33
- - git remote set-url origin https://'odidev':'nibble@123'@github.com/odidev/cmake-python-distributions.git > /dev/null 2>&1
+ - git remote set-url origin git@github.com/odidev/cmake-python-distributions.git > /dev/null 2>&1
34
- git push -q --tags
35
- ls -R
36
0 commit comments