Updated order so forecast is 3rd

This commit is contained in:
Begona Guereca
2022-09-16 13:54:58 -07:00
parent b7f006ce33
commit 004756f006
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -318,4 +318,4 @@ Each pipeline will have a variety of files written that include:
### Next lab
[Perform a dry-run of a Travis CI pipeline](3-dry-run.md)
[Forecast potential build runner usage](3-forecast.md)
@@ -95,6 +95,6 @@ gh valet forecast --source-file-path tmp/**/jobs/*.json -o tmp/combined-forecast
You can now inspect the output of the command to see a forecast report using all of the files matching the `tmp/**/jobs/*.json` pattern.
## Next steps
### Next Lab
This concludes all labs for migrating Travis CI pipelines to Actions with Valet!
[Perform a dry-run of a Travis CI pipeline](4-dry-run.md)
+1 -1
View File
@@ -116,4 +116,4 @@ Despite these two pipelines using different syntax they will function equivalent
## Next lab
[Use custom transformers to customize Valet's behavior](./4-custom-transformers.md)
[Use custom transformers to customize Valet's behavior](./5-custom-transformers.md)
+2 -2
View File
@@ -46,6 +46,6 @@ Finally, you can merge the pull request once your review has completed. You can
At this point, the migration has completed and you have successfully migrated a Travis CI pipeline to Actions!
### Next Lab
## Next steps
[Forecast potential build runner usage](6-forecast.md)
This concludes all labs for migrating Travis CI pipelines to Actions with Valet!