Update valet-custom-transformers-lab.md

This commit is contained in:
j-dunham
2022-08-15 15:56:11 -04:00
committed by GitHub
parent f1637909f5
commit 3b59ae1e47
+1 -1
View File
@@ -103,4 +103,4 @@ Also we can see the `PLAN_JSON` env has been updated to `custom_plan.json`
Now that we have this custom transformers file we can add additional `transform`and `env` methods as needed and reuse it while running other `dry-run` and `migrate` commands. The custom transformers will only affect the pipeline being transformed if they contain the matching identifiers. This means if you think a custom transformer should have altered the output, then the first thing to check is if the identifier is correct. Now that we have this custom transformers file we can add additional `transform`and `env` methods as needed and reuse it while running other `dry-run` and `migrate` commands. The custom transformers will only affect the pipeline being transformed if they contain the matching identifiers. This means if you think a custom transformer should have altered the output, then the first thing to check is if the identifier is correct.
## Next Lab ## Next Lab
[Audit a GitLab Namespace](../gitlab/valet-migrate-lab.md) [Migrating a GitLab Pipeline](../gitlab/valet-migrate-lab.md)