project(boostrap): Push stable to staging (don't ask please...)

This commit is contained in:
Owain van Brakel
2022-05-13 03:28:06 +02:00
parent dfddf153b1
commit 148501af81

View File

@@ -280,6 +280,10 @@ open class BootstrapTask @Inject constructor(@Input val type: String) : DefaultT
File(bootstrapDir, "bootstrap-openosrs.json").printWriter().use { out ->
out.println(prettyJson)
}
File(bootstrapDir, "bootstrap-staging.json").printWriter().use { out ->
out.println(prettyJson)
}
}
File(bootstrapDir, "bootstrap-${type}.json").printWriter().use { out ->