From 53678d9d8831a6ebaf1f23d5bb63ac1b812745d7 Mon Sep 17 00:00:00 2001 From: piotradamczyk5 <65554637+piotradamczyk5@users.noreply.github.com> Date: Tue, 11 Aug 2020 11:29:06 +0200 Subject: [PATCH] Fixing Flood of snapshot releases (#970) * Update DeleteOldRelease.kt * Update release_notes.md * Fixing typo --- .../main/kotlin/flank/scripts/release/hub/DeleteOldRelease.kt | 2 +- release_notes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flank-scripts/src/main/kotlin/flank/scripts/release/hub/DeleteOldRelease.kt b/flank-scripts/src/main/kotlin/flank/scripts/release/hub/DeleteOldRelease.kt index 8558e026c7..184854ec7b 100644 --- a/flank-scripts/src/main/kotlin/flank/scripts/release/hub/DeleteOldRelease.kt +++ b/flank-scripts/src/main/kotlin/flank/scripts/release/hub/DeleteOldRelease.kt @@ -14,6 +14,6 @@ class DeleteOldReleaseCommand : CliktCommand(name = "deleteOldRelease", help = " } } -fun deleteOldRelease(tag: String) = "$DELETE_RELEASE_COMMAND \"$tag\"".runCommand() +fun deleteOldRelease(tag: String) = "$DELETE_RELEASE_COMMAND $tag".runCommand() private const val DELETE_RELEASE_COMMAND = "hub release delete" diff --git a/release_notes.md b/release_notes.md index 9596f7d08e..40c8d78808 100644 --- a/release_notes.md +++ b/release_notes.md @@ -6,6 +6,7 @@ - [#935](https://github.com/Flank/flank/pull/935) Process junit xml even when full junit is not enabled. ([kozaxinan](https://github.com/kozaxinan)) - [#962](https://github.com/Flank/flank/pull/962) Make table text left aligned. ([pawelpasterz](https://github.com/pawelpasterz)) - [#965](https://github.com/Flank/flank/pull/965) Fast fail when full-junit-result and legacy-junit-result. ([adamfilipow92](https://github.com/adamfilipow92)) +- [#970](https://github.com/Flank/flank/pull/970) Fixing Flood of snapshot releases. ([piotradamczyk5](https://github.com/piotradamczyk5)) - -