Skip to content

Commit

Permalink
filepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Apr 9, 2019
1 parent ef27043 commit dfc85cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/scripts/slack/slack-alert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export function buildHTMLReportURL() {
artefactUrl = `${CI_URL}/${VCS_ROOT}/${CI_PROJECT_USERNAME}/${CI_PROJECT_REPONAME}/${CI_BUILD_NUM}/artifacts/0`;
reportHTMLFilename = getHTMLReportFilename(reportDir);
reportHTMLUrl =
artefactUrl + artefactPath + "/" + reportPath + "/" + reportHTMLFilename;
artefactUrl + "/" + artefactPath + "/" + reportPath + "/" + reportHTMLFilename;
return reportHTMLUrl + artefactUrl;
}

Expand Down

0 comments on commit dfc85cc

Please sign in to comment.