Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Disable workaround
Browse files Browse the repository at this point in the history
[#DO_RELEASE][#MINOR]
  • Loading branch information
pszymczyk committed Sep 23, 2020
1 parent 6da864d commit a99d968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/cdeliveryboy-release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ tasks.withType(Upload).configureEach {
onlyIf { false }
}
//Workaround on https://github.com/szpak/CDeliveryBoy/issues/13 - do not upload artifacts on extra build (e.g. from cron) from release tag
if (!projectVersion.endsWith("-SNAPSHOT") && !ciBuild.inReleaseMode) {
onlyIf { false }
}
//if (!projectVersion.endsWith("-SNAPSHOT") && !ciBuild.inReleaseMode) {
// onlyIf { false }
//}
}

if (hasProperty('changelogSync')) {
Expand Down

0 comments on commit a99d968

Please sign in to comment.