File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed
.teamcity/builds/kotlinlang/templates Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,15 @@ object DockerImageBuilder : Template({
34
34
onDependencyCancel = FailureAction .CANCEL
35
35
}
36
36
37
- artifacts(BuildKotlinGrammar ) {
38
- buildRule = lastPinned("+:*")
39
- artifactRules = " grammar.xml"
37
+ dependency(BuildKotlinGrammar ) {
38
+ snapshot {
39
+ onDependencyFailure = FailureAction .FAIL_TO_START
40
+ onDependencyCancel = FailureAction .CANCEL
41
+ }
42
+
43
+ artifacts {
44
+ artifactRules = " grammar.xml"
45
+ }
40
46
}
41
47
}
42
48
})
Original file line number Diff line number Diff line change 1
- < a href ="{{ edit_on_github_url }} "
2
- class ="page-link-to-github "
3
- target ="_blank "
4
- title ="Edit this page on GitHub ">
5
- < i class ="github-icon "> </ i >
6
- < span class ="text "> Edit Page</ span >
7
- </ a >
1
+ {% if edit_on_github_url %}
2
+ < a href ="{{ edit_on_github_url }} "
3
+ class ="page-link-to-github "
4
+ target ="_blank "
5
+ title ="Edit this page on GitHub ">
6
+ < i class ="github-icon "> </ i >
7
+ < span class ="text "> Edit Page</ span >
8
+ </ a >
9
+ {% endif %}
You can’t perform that action at this time.
0 commit comments