Skip to content

Commit

Permalink
cleanup after releasing to github through gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlatacz committed Dec 2, 2016
1 parent fd15ad4 commit 0adccb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
22 changes: 1 addition & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ env:
- secure: "Z5wmAFWOUv1fV3A/iCDrz9J59vZVzAn1tQigpYKdCTsvuZMHvk7SP3+3Aak2NEtuRzzu09WuBmCE6pfES3HbvD2W0jR2iqiv0bECnt5pCptC9QjlAw9vvGhm0Tz/aR4dJwzAjWBREU4LTgjN65416jclKV1HxhJcw90CZbYBmNo="
- secure: "fovLGO44v27+u6dYAtT9zqpm/pJImgl6Bb4YqJ6VGSqx87axro3bkoeqlrw8aTThCqNxBCtoOPx7iPmQVi2l8fB5Dh7G8P50CYtT6fb9p8e7GHh9vZDBRk/UQmm5XALBX2dna1dN/UOKTyN/NFAajfCt6lAah5d9HvDpqw9E7Xs="



sudo: required

branches:
Expand All @@ -29,23 +27,5 @@ services:
script:
- gradle clean check shadowJar bintrayUpload githubRelease

#deploy:
# provider: releases
# api_key:
# secure: "Dlvp//L9a/9bHgtTZPWy+tTbsokq5f3fhobmR1tBtEQUiuOl0dl5nzVOq1tBb0AwPBmTudkBIwH1DW64WCnZnGUatiVznfEydGgCzaW8hNeg9S2iatNIjVjqWXrR/Id+Vg8gGoDomLltPL5qb5UBhdpiOT9Te/GH5/hRUw0NpvI="
# file: "build/libs/*.jar"
# file_glob: true
# skip_cleanup: true
# on:
# branch: master
# repo: $PROJECT_REPOSITORY


after_success:
- sh bin/push-to-docker-hub.sh

#after_success:
# - sh bin/set-tags.sh



- sh bin/push-to-docker-hub.sh
24 changes: 0 additions & 24 deletions bin/set-tags.sh

This file was deleted.

0 comments on commit 0adccb0

Please sign in to comment.