Skip to content

Commit

Permalink
Set verstion to 0.1.0 allow gh release on master
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertojrequena committed Jan 12, 2020
1 parent f2ca09c commit 3319339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ after_success:
- export VERSION=$(./gradlew properties -q | grep "version:" | awk '{print $2}')
- export TAG="v$VERSION"
- export LAST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
stages:
- name: deploy
if: branch = master
deploy:
provider: releases
tag: $TAG
Expand All @@ -19,7 +16,7 @@ deploy:
file: build/libs/*
on:
repo: gilbertojrequena/bonsai-sns
branch: release
branch: master
condition: $VERSION != *"SNAPSHOT" && $LAST_TAG != $TAG
env:
global:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'io.github.gilbertojrequena'
version '0.0.1-SNAPSHOT'
version '0.1.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 3319339

Please sign in to comment.