Remove unnecessary uses of "takeScreenshot" (#349)
This commit is contained in:
@@ -6,11 +6,6 @@
|
||||
//
|
||||
//fun main() = application {
|
||||
// program {
|
||||
// if (System.getProperty("takeScreenshot") == "true") {
|
||||
// extend(SingleScreenshot()) {
|
||||
// this.outputFile = System.getProperty("screenshotPath")
|
||||
// }
|
||||
// }
|
||||
// val ga = extend(GitArchiver()) {
|
||||
// commitOnRun = true
|
||||
// commitOnRequestAssets = false
|
||||
|
||||
Reference in New Issue
Block a user