Skip to content

Commit

Permalink
Use empty build name postfix within nightly build.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyKoltsov1997 committed Jun 16, 2023
1 parent 1cb51b0 commit c4edbc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class TeamCityScheduledImageBuildLinux_Base(private val platform: String, privat
name = "Generate Sample docker-compose manifest for the created images"
scriptContent = """
cat <<EOF > teamcity-linux-%tc.image.version%.docker-compose.${platform.trim()}.yml
${Utils.getSampleComposeFile("%docker.nightlyRepository%", "%tc.image.version%", platform)}
${Utils.getSampleComposeFile("%docker.nightlyRepository%", "%tc.image.version%", "", platform)}
EOF
""".trimIndent()
}
Expand Down

0 comments on commit c4edbc2

Please sign in to comment.