diff --git a/circle_ci/5-migrate.md b/circle_ci/5-migrate.md index e1b159a..d9ad85f 100644 --- a/circle_ci/5-migrate.md +++ b/circle_ci/5-migrate.md @@ -5,7 +5,7 @@ In this lab, you will use the `migrate` command to convert a CircleCI pipeline a ## Prerequisites 1. Followed the steps [here](./readme.md#configure-your-codespace) to set up your GitHub Codespaces environment. -2. Completed the [configure lab](./1-configure-lab.md#configuring-credentials). +2. Completed the [configure lab](./1-configure.md#configuring-credentials). 3. Completed the [dry-run lab](./3-dry-run.md). 4. Completed the [custom transformers lab](./4-custom-transformers.md). @@ -15,11 +15,9 @@ Answer the following questions before running a `migrate` command: 1. What project do you want to migrate? - __circleci-hello-world__ -2. What is the namespace for that project? - - __Valet__ -3. Where do you want to store the logs? +2. Where do you want to store the logs? - __./tmp/migrate__ -4. What is the URL for the GitHub repository to add the workflow to? +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. ### Steps @@ -32,7 +30,7 @@ Answer the following questions before running a `migrate` command: 2. The command will write the URL to the pull request that was created when the command succeeds. - ADD_SCREENSHOT_HERE + ![pr](https://user-images.githubusercontent.com/18723510/189923353-1166bd94-8d64-4924-ac55-3e06fa5d1734.png) 3. Open the generated pull request in a new browser tab. @@ -42,9 +40,12 @@ The first thing to notice about the pull request is that there is a list of manu Next, you can inspect the "Files changed" in this pull request and see the converted workflow that is being added. Any additional changes or code reviews that were needed should be done in this pull request. +![action-run](https://user-images.githubusercontent.com/18723510/189924238-9f6799c7-e029-4695-a1de-a23666171992.png) + 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. - -ADD_SCREENSHOT_HERE + + + At this point, the migration has completed and you have successfully migrated a CircleCI pipeline to Actions!