From 90838a009f66e4caa6567a08e0244599b2823528 Mon Sep 17 00:00:00 2001 From: Matisse Hack Date: Fri, 16 Sep 2022 15:51:48 -0700 Subject: [PATCH] Revert to PR screenshot --- jenkins/6-migrate.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/jenkins/6-migrate.md b/jenkins/6-migrate.md index e922bec..773b929 100644 --- a/jenkins/6-migrate.md +++ b/jenkins/6-migrate.md @@ -42,15 +42,7 @@ Answer the following questions before running a `migrate` command: The first thing we should notice about the pull request is that there is a list of manual steps to complete: -> Pipeline migrated from [Jenkins](http://localhost:8080/job/monas_dev_work/job/monas_freestyle) 🎉 -> -> ## Manual steps -> -> Perform the follow steps to complete the migration: -> -> ### monas_dev_work/monas_freestyle -> -> - [ ] Ensure secret is available: `${{ secrets.SECRET_TEST_EXPRESSION_VAR }}` +![img](https://user-images.githubusercontent.com/19557880/186784161-b7882ac4-ac99-4462-b69f-f49b9202527b.png) Next, review the workflow you are adding by clicking on the `Files changed` tab. This is where you double check that everything looks good. If it didn't, you could push commits with the required changes, prior to merging.