Skip to content

Commit

Permalink
Update gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Incede committed Jan 22, 2025
1 parent 60f5d83 commit dfdb8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- LISK-1400-Setup-Dshackle
- test-ci-cd

env:
ECS_TASK_DEFINITION: task-definition.json
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jacoco {
}

static def getVersion() {
def exactVersion = 'git describe --tags'.execute().text.trim()
def exactVersion = 'git describe --tags --exact-match'.execute().text.trim()

def result = ""
if (exactVersion) {
Expand Down

0 comments on commit dfdb8e2

Please sign in to comment.