From b228150fffea19c922787e730c384a3c279c39f7 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Tue, 13 Sep 2022 10:24:20 -0400 Subject: [PATCH] Update 5-migrate.md --- circle_ci/5-migrate.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/circle_ci/5-migrate.md b/circle_ci/5-migrate.md index d9ad85f..e8c1f09 100644 --- a/circle_ci/5-migrate.md +++ b/circle_ci/5-migrate.md @@ -18,14 +18,14 @@ Answer the following questions before running a `migrate` command: 2. Where do you want to store the logs? - __./tmp/migrate__ 3. What is the URL for the GitHub repository to add the workflow to? - - __this repository__. The URL should should follow the pattern with `:owner` and `:repo` replaced with your values. + - __this repository__. The URL should follow the pattern with `:owner` and `:repo` replaced with your values. ### Steps -1. Run the following `migrate` command in the codespace terminal: +1. Run the following `migrate` command in the codespace terminal. Ensure the values in `--target-url` for `:owner` and `:repo` are replaced with your values: ```bash - gh valet migrate gitlab --target-url https://github.com/:owner/:repo --output-dir ./tmp/migrate --circle-ci-project circleci-hello-world + gh valet migrate circle-ci --target-url https://github.com/:owner/:repo --output-dir ./tmp/migrate --circle-ci-project circleci-hello-world ``` 2. The command will write the URL to the pull request that was created when the command succeeds. @@ -44,9 +44,6 @@ Next, you can inspect the "Files changed" in this pull request and see the conve Finally, you can merge the pull request once your review has completed. You can then view the workflow running by selecting the "Actions" menu in the top navigation bar in GitHub. - - - At this point, the migration has completed and you have successfully migrated a CircleCI pipeline to Actions! ### Next Lab