Skip to content

Commit

Permalink
chore(ci): make a publishDebToArtifactRegistry task at the top level (#…
Browse files Browse the repository at this point in the history
…273)

to avoid

Run ./gradlew --info publishDebToArtifactRegistry

* What went wrong:
Task 'publishDebToArtifactRegistry' not found in root project 'spinnaker-monitoring'.

from https://github.com/spinnaker/spinnaker-monitoring/runs/6071300143?check_suite_focus=true
  • Loading branch information
dbyron-sf authored Apr 19, 2022
1 parent 1d7d73f commit 91e7116
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ plugins {
id "io.spinnaker.artifactregistry-publish" version "$spinnakerGradleVersion"
}

subprojects {
allprojects {
apply plugin: 'nebula.ospackage'
group = "com.netflix.spinnaker.monitoring"

tasks.register("publish")
}

String toVers(String v) {
Expand Down

0 comments on commit 91e7116

Please sign in to comment.