From 1edb1682cc274407bfdab786b4db26d7cdea3daa Mon Sep 17 00:00:00 2001 From: j-dunham Date: Wed, 28 Sep 2022 16:02:19 -0400 Subject: [PATCH] Update 4-dry-run.md --- gitlab/4-dry-run.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gitlab/4-dry-run.md b/gitlab/4-dry-run.md index 597e9a3..7998d18 100644 --- a/gitlab/4-dry-run.md +++ b/gitlab/4-dry-run.md @@ -32,10 +32,15 @@ You will be performing a dry run against a pipeline in your preconfigured GitLab 3. The command will list all the files written to disk when the command succeeds. - ![img](https://user-images.githubusercontent.com/18723510/184173635-aec28d1c-8c61-4dcf-a743-f86cbdc836c5.png) + ```console + $ gh valet dry-run circle-ci --output-dir tmp/dry-run --circle-ci-project circleci-demo-ruby-rails --circle-ci-organization valet-labs + [2022-09-28 19:59:55] Logs: 'tmp/dry-run/log/valet-20220928-195955.log' + [2022-09-28 19:59:56] Output file(s): + [2022-09-28 19:59:56] tmp/dry-run/valet/basic-pipeline-example/.github/workflows/basic-pipeline-example.yml + ``` 4. View the converted workflow: - - Find `tmp/dry-run/valet` in the file explorer pane in your codespace. + - Find `tmp/dry-run/valet/basic-pipeline-example/.github/workflows` in the file explorer pane in your codespace. - Click `basic-pipeline-example.yml` to open. ## Inspect the output files