From ec53736cd134a3315a1df9e7513e9d406175c5f5 Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Mon, 22 Aug 2022 10:13:54 -0700 Subject: [PATCH] Update jenkins/valet-custom-transformers-lab.md Co-authored-by: j-dunham --- jenkins/valet-custom-transformers-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/valet-custom-transformers-lab.md b/jenkins/valet-custom-transformers-lab.md index a061d7f..2367c21 100644 --- a/jenkins/valet-custom-transformers-lab.md +++ b/jenkins/valet-custom-transformers-lab.md @@ -1,6 +1,6 @@ # Using Custom Transformers in a `dry-run` -In this lab we want to do a `dry-run` of the `test_pipeline` pipeline, however, after a closer inspection, we have discovered that we will need to be customize the transformation of: +In this lab we want to do a `dry-run` of the `test_pipeline` pipeline, however, after a closer inspection, we discovered that we will need to customize how Valet transforms: 1. Steps that are unsupported by Valet, buts are essential to our devops process. 2. Steps in which the GitHub action chosen by Valet does not meet our current needs.