From 162e70cfd3d0cf91ea353b19883cdd2556872470 Mon Sep 17 00:00:00 2001 From: jffarge Date: Mon, 28 Mar 2022 11:54:12 +0200 Subject: [PATCH] apply comments from Emily ggdocs https://docs.google.com/document/d/1XolFtIzUMQQNOE6NNNO7JDmxECbj1uwjCcXv1SWVfeo Signed-off-by: jffarge --- docs/getting-started/1200-local-dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/1200-local-dev.md b/docs/getting-started/1200-local-dev.md index 644a49a4..9f5dd2d8 100644 --- a/docs/getting-started/1200-local-dev.md +++ b/docs/getting-started/1200-local-dev.md @@ -5,8 +5,8 @@ displayed_sidebar: europa # CI/CD in your local dev -Everyone should be able to run their CI/CD pipeline locally. -Having to commit & push in order to test a change is a slow way to iterate on a pipeline. +Everyone should be able to develop, test and run their CI/CD pipeline locally. +Having to commit & push in order to test a change slows down iteration. This guide shows you the Dagger way. Within 5 minutes, you will have a local CI/CD loop and run your first test & build pipeline.