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.
2 parents a4927a7 + 2ef95cd commit 5de50dbCopy full SHA for 5de50db
.travis.yml
@@ -43,7 +43,9 @@ before_deploy:
43
deploy:
44
- provider: releases
45
api_key: $GITHUB_API_TOKEN
46
- file: utPLSQL-cli.zip
+ file:
47
+ - utPLSQL-cli.zip
48
+ - utPLSQL-cli.zip.md5
49
skip_cleanup: true
50
on:
51
repository: utPLSQL/utPLSQL-cli
.travis/create_release.sh
@@ -15,6 +15,7 @@ rm -f utPLSQL-cli/lib/orai18n*.jar
15
16
zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH}-${VERSION}.zip utPLSQL-cli
17
zip -r -q utPLSQL-cli.zip utPLSQL-cli
18
+md5sum utPLSQL-cli.zip --tag > utPLSQL-cli.zip.md5
19
20
cat > bintray.json <<EOF
21
{
0 commit comments