From 98e87f371877448305d47780d52090aba78f787c Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Fri, 16 Sep 2022 09:25:43 -0700 Subject: [PATCH] Reorder cci labs --- circle_ci/{6-forecast.md => 3-forecast.md} | 0 circle_ci/{3-dry-run.md => 4-dry-run.md} | 0 circle_ci/{4-custom-transformers.md => 5-custom-transformers.md} | 0 circle_ci/{5-migrate.md => 6-migrate.md} | 0 readme.md | 1 + 5 files changed, 1 insertion(+) rename circle_ci/{6-forecast.md => 3-forecast.md} (100%) rename circle_ci/{3-dry-run.md => 4-dry-run.md} (100%) rename circle_ci/{4-custom-transformers.md => 5-custom-transformers.md} (100%) rename circle_ci/{5-migrate.md => 6-migrate.md} (100%) diff --git a/circle_ci/6-forecast.md b/circle_ci/3-forecast.md similarity index 100% rename from circle_ci/6-forecast.md rename to circle_ci/3-forecast.md diff --git a/circle_ci/3-dry-run.md b/circle_ci/4-dry-run.md similarity index 100% rename from circle_ci/3-dry-run.md rename to circle_ci/4-dry-run.md diff --git a/circle_ci/4-custom-transformers.md b/circle_ci/5-custom-transformers.md similarity index 100% rename from circle_ci/4-custom-transformers.md rename to circle_ci/5-custom-transformers.md diff --git a/circle_ci/5-migrate.md b/circle_ci/6-migrate.md similarity index 100% rename from circle_ci/5-migrate.md rename to circle_ci/6-migrate.md diff --git a/readme.md b/readme.md index f2c1371..c27d48f 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,7 @@ To get started: 1. Use the `valet-customers/labs` repository as a template to [generate](https://github.com/valet-customers/labs/generate) a new GitHub repository. 2. Select which learning path to begin with. There are currently learning paths for: - [Migrations from Azure DevOps to GitHub Actions](/azure_devops/readme.md) + - [Migrations from CircleCI to GitHub Actions](/circle_ci/readme.md) - [Migrations from GitLab CI to GitHub Actions](/gitlab/readme.md) - [Migrations from Jenkins to GitHub Actions](/jenkins/readme.md) 3. Each learning path describes how to configure your codespace, bootstrap a CI/CD environment, and troubleshoot the Valet CLI.