From b530dcd50d9e5139cb0bb8851e7e030f5c5e4ae0 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Thu, 6 Aug 2026 10:34:06 +0200 Subject: [PATCH] Update README template path to match platform directory structure Co-Authored-By: Claude Opus 4.6 (1M context) --- libs/ruby/warp_engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ruby/warp_engine/README.md b/libs/ruby/warp_engine/README.md index bc1138d..5f5471d 100644 --- a/libs/ruby/warp_engine/README.md +++ b/libs/ruby/warp_engine/README.md @@ -283,7 +283,7 @@ Configuration: `ci_platforms` maps platform names to builder images an empty map (default) disables the feature. Set the Woodpecker side with `WOODPECKER_CONFIG_EXTENSION_ENDPOINT=https://your-host/build/config` (or per-repo in Settings → Extensions). Templates live in -`lib/warp_engine/ci_templates/*.yaml.erb`. +`app/services/warp_engine/platforms//pipeline.yaml.erb`. ## Public API