mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 17:28:25 +02:00
Make cloud scheduler deployment part of gradle deploy (alpha, qa and crash only) (#1969)
This commit is contained in:
parent
cf5e887f55
commit
86ff8aae1c
3 changed files with 17 additions and 0 deletions
|
@ -1028,6 +1028,7 @@ test {
|
|||
// TODO(weiminyu): Remove dependency on sqlIntegrationTest
|
||||
}.dependsOn(fragileTest, outcastTest, standardTest, registryToolIntegrationTest, sqlIntegrationTest)
|
||||
|
||||
|
||||
// When we override tests, we also break the cleanTest command.
|
||||
cleanTest.dependsOn(cleanFragileTest, cleanOutcastTest, cleanStandardTest,
|
||||
cleanRegistryToolIntegrationTest, cleanSqlIntegrationTest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue