Skip to content

Commit

Permalink
ci conclusion is no longer a giraffe
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jones committed Jan 19, 2022
1 parent ae97f84 commit 725b0db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/blog/ci-shootout-conclusion.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
author: Daniel Jones
date: "2022-01-14"
date: "2022-01-19"
heroImage: /img/blog/ci-shootout/goodbadugly.jpg
title: "CI Shootout: Conclusion"
draft: true

heading: Our
headingBold: blog
Description: Get the very latest updates about recent projects, team updates, thoughts and industry news from our team of EngineerBetter experts.
Expand Down
2 changes: 1 addition & 1 deletion content/blog/ci-shootout-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Across a series of blog posts, we'll be evaluating how each CI system supports t
* [_Second post_](/blog/ci-shootout-inputs-and-outputs) - 5. Write **outputs externally** (like making a Git commit or pushing a file to S3)
* [_Third post_](/blog/ci-shootout-reuse) - 6. **Re-use** pipeline configuration
* [_Third post_](/blog/ci-shootout-reuse) - 7. Use the CI system as a **build monitor**
* _Final post_ - 8. Conclusion
* [_Final post_](/blog/ci-shootout-conclusion) - 8. Conclusion

In this post we'll explore the first two of the use cases listed above. In each section we'll give each CI system a rating of either *Poor*, *Mediocre*, *Good* or *Great*.

Expand Down
2 changes: 1 addition & 1 deletion content/blog/ci-shootout-inputs-and-outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In [the previous blog](/blog/ci-shootout-getting-started/) we looked at getting
* _This post_ - [5. Write **outputs externally** (like making a Git commit or pushing a file to S3)](#5-writing-output-to-external-resources)
* [_Third post_](/blog/ci-shootout-reuse) - 6. **Re-use** pipeline configuration
* [_Third post_](/blog/ci-shootout-reuse) - 7. Use the CI system as a **build monitor**
* _Final post_ - 8. Conclusion
* [_Final post_](/blog/ci-shootout-conclusion) - 8. Conclusion

## 3. Trigger pipeline runs

Expand Down
2 changes: 1 addition & 1 deletion content/blog/ci-shootout-reuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In [the previous blog](/blog/ci-shootout-inputs-and-outputs) we compared the act
* [_Second post_](/blog/ci-shootout-inputs-and-outputs) - 5. Write **outputs externally** (like making a Git commit or pushing a file to S3)
* _This post_ - 6. [**Re-use** pipeline configuration](#6-composability-of-tasks)
* _This post_ - 7. [Use the CI system as a **build monitor**](#7-using-the-ci-system-as-a-build-monitor)
* _Final post_ - 8. Conclusion
* [_Final post_](/blog/ci-shootout-conclusion) - 8. Conclusion

## 6. Composability of tasks

Expand Down

0 comments on commit 725b0db

Please sign in to comment.