Skip to content

Commit 0d9a30a

Browse files
committed
Merge branch 'mr/boris/url-ci' into 'master'
Stop printing the URL of the gitlab page See merge request eng/ide/ada_language_server!1832
2 parents a130a6d + 1b2bc6d commit 0d9a30a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ als-cov:
114114
115115
- target_subdir=$target_subdir/ada-coverage
116116
- publish-pages $CI_PROJECT_DIR/coverage/dhtml/ --target-subdir $target_subdir --expires 30
117-
- >
118-
echo "Coverage report: https://pages.gitlab.adacore-it.com/$CI_PROJECT_PATH/$target_subdir/index.html"
119117
coverage: '/^Stmt Coverage:\s+(\d+\.\d+\%) \(\d+ \/ \d+\)$/'
120118
artifacts:
121119
when: always # Upload on errors too
@@ -152,8 +150,6 @@ vscode-extension:
152150
fi
153151
- target_subdir=$target_subdir/ts-coverage
154152
- publish-pages $CI_PROJECT_DIR/coverage/ --target-subdir $target_subdir --expires 30
155-
- >
156-
echo "Coverage report: https://pages.gitlab.adacore-it.com/$CI_PROJECT_PATH/$target_subdir/index.html"
157153

158154
# Compute coverage percentage
159155
- line_rate=$(cat $CI_PROJECT_DIR/coverage/cobertura-coverage.xml | grep -o 'line-rate="\([^"]\+\)"' | head -1 | grep -o '[0-9.]\+')

0 commit comments

Comments
 (0)