diff --git a/host-stacks/local/sched-pipelines/tasks.json b/host-stacks/local/sched-pipelines/tasks.json index f015aa1..4a5a91a 100644 --- a/host-stacks/local/sched-pipelines/tasks.json +++ b/host-stacks/local/sched-pipelines/tasks.json @@ -3,7 +3,6 @@ { "name": "ozon-seller-pipeline", "runner": "http", - "schedules": [{ "cron": "0 2 * * *" }], "config": { "url": "http://ozon-seller-builder:8080/run?async=1", "method": "POST", @@ -11,14 +10,13 @@ "auth": { "apiKey": "__SCHED_API_KEY__" }, "data": { "stages": ["hash", "patch", "diff", "classify", "generate", "fix", "build", "postman", "state", "publish"], - "dryRun": true + "dryRun": false } } }, { "name": "yandex-market-pipeline", "runner": "http", - "schedules": [{ "cron": "30 2 * * *" }], "config": { "handler": "pipeline", "timeoutMs": 120000, @@ -28,7 +26,7 @@ "auth": { "apiKey": "__SCHED_API_KEY__" }, "data": { "stages": ["fetch", "detect", "diff", "classify", "patch", "generate", "fix", "build", "test", "postmanGenerate", "postman", "publish", "githubDistro"], - "dryRun": true, + "dryRun": false, "repo": "https://github.com/yandex-market/yandex-market-partner-api", "branch": "main", "workDir": "/app/data/clone",