Update gitlab/valet-migrate-lab.md

Co-authored-by: Begona Guereca <[email protected]>
This commit is contained in:
j-dunham
2022-08-17 12:37:26 -04:00
committed by GitHub
co-authored by Begona Guereca
parent db0d5673c1
commit c9927669f8
+1 -1
View File
@@ -2,7 +2,7 @@
In this lab, we will use the Valet `migrate` command to migrate a GitLab pipeline to GitHub Actions.
The previous commands used in the labs, such as `audit` and `dry-run` have prepared us to run a migration.
The `migrate` command will transform the Gitlab pipeline into a GitHub Actions workflow like the `dry-run` command did, but instead of writing these files locally, it will open a pull request with the files.
The pull request will also contain a checklist of `Manual Tasks` if required. These tasks are changes that Valet could not do on our behalf, like creating a runner or adding a secret to a repository.
The pull request will contain a checklist of `Manual Tasks` if required. These tasks are changes that Valet could not do on our behalf, like creating a runner or adding a secret to a repository.
- [Prerequisites](#prerequisites)
- [Preparing for migration](#preparing-for-migration)