We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7761596 + bd4e2a4 commit faf18b6Copy full SHA for faf18b6
.teamcity/kotlinlang/builds/BuildSitePages.kt
@@ -123,8 +123,8 @@ object BuildSitePages : BuildType({
123
url="https://branch-.kotlin-web-site.labs.jb.gg"
124
else
125
branch="%teamcity.build.branch%"
126
- safe_branch="${'$'}{'$'}{branch//\//--}"
127
- url="https://branch-${'$'}{'$'}safe_branch.kotlin-web-site.labs.jb.gg"
+ safe_branch="${'$'}{branch//\//--}"
+ url="https://branch-${'$'}safe_branch.kotlin-web-site.labs.jb.gg"
128
fi
129
130
echo " ##teamcity[buildStatus text='{build.status.text} ${'$'}{url}'] "
0 commit comments