Skip to content

Commit

Permalink
fix: (Jenkinsfile) missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
igdianov committed Dec 6, 2018
1 parent 7e95e38 commit dd0db1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pipeline {
environment {
GITHUB_REPO_NAME = "aps-chart"
GITHUB_CHARTS_REPO = "https://github.com/${ORG}/${GITHUB_REPO_NAME}.git"
PROMOTE_HELM_REPO_URL = "https://${ORG}.github.io/${GITHUB_REPO_NAME}
PROMOTE_HELM_REPO_URL = "https://${ORG}.github.io/${GITHUB_REPO_NAME}"
}
steps {
container("maven") {
Expand Down

0 comments on commit dd0db1c

Please sign in to comment.