Skip to content

Commit

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

0 comments on commit ae3845d

Please sign in to comment.