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 27d0d0e commit a83f617Copy full SHA for a83f617
uploadbinaries.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then
4
+
5
pushd nuget.package
6
7
zip -r binaries.zip libgit2
@@ -9,3 +11,5 @@ BINTRAY_API_USER="nulltoken"
9
11
curl -T binaries.zip -u$BINTRAY_API_USER:$BINTRAY_API_KEY https://api.bintray.com/content/libgit2/compiled-binaries/$TRAVIS_OS_NAME/$TRAVIS_BUILD_NUMBER/binaries-$TRAVIS_OS_NAME-$TRAVIS_BUILD_NUMBER.zip?publish=1
10
12
13
popd
14
15
+fi
0 commit comments