Skip to content

Commit

Permalink
fixed develop naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Fragola committed Apr 13, 2021
1 parent 31e811d commit fec3f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/e4tDeployDockerImageIfNeeded.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def call(String repoName, String localTag, String remoteHost) {
fi ;\\
;; \\
develop) \\
localTag=$localTag ;\\
version=\${localTag%-SNAPSHOT*} ;\\
commitId=\${localTag#*SNAPSHOT-} ;\\
shortCommitId=\${commitId:0:6} ;\\
Expand Down

0 comments on commit fec3f34

Please sign in to comment.