Skip to content

Commit 91e7116

Browse files
authored
chore(ci): make a publishDebToArtifactRegistry task at the top level (#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
1 parent 1d7d73f commit 91e7116

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ plugins {
1818
id "io.spinnaker.artifactregistry-publish" version "$spinnakerGradleVersion"
1919
}
2020

21-
subprojects {
21+
allprojects {
2222
apply plugin: 'nebula.ospackage'
2323
group = "com.netflix.spinnaker.monitoring"
24-
25-
tasks.register("publish")
2624
}
2725

2826
String toVers(String v) {

0 commit comments

Comments
 (0)