Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: Darin Pope <[email protected]>
  • Loading branch information
darinpope committed Oct 25, 2021
1 parent 05f96d2 commit f8a19ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/getPulumiStack.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def call() {
echo "url = " + url
def branch = env.GIT_BRANCH.split('/')
echo "branch = " + branch
def repoName = url[4].split('.')
def repoName = url[4].split('.git')
echo "repoName = " + repoName
return url[3] + '/' + repoName[0] + '/' + branch[1]
}

0 comments on commit f8a19ce

Please sign in to comment.