Skip to content

Commit 8ad4d74

Browse files
committed
ft: add POSIX compatible sh install
1 parent 51e2d5d commit 8ad4d74

8 files changed

Lines changed: 411 additions & 453 deletions

File tree

docs/blog/2025-07-22-designing-conveyor-ci-pipeline-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ Finally to keep track of Driver executions that belong to one pipeline, we utili
8181

8282
## Conclusion
8383

84-
The whole point of Pipelines was to introduce ordered execution of drivers on a resource but this feature can act as a fundamental building block for more robust and important functionality to be integrated into Conveyor CI. With this I have to acknowledge that Conveyor CI is still a really immature project, it really still has a long way to go and still lacks important features e.g. resource versioning etc. But one step at a time. Just like Rome wasn't built in a day, You can build a Cloud native software framework in a short period of time. As I keep learning more about software, from my Software Engineering Degree I am pursuing, the Internet and other Cloud Native projects and Engineers, I will keep applying those innovative ideas to the Conveyor CI project. Lets just wait and see what the future holds.
84+
The whole point of Pipelines was to introduce ordered execution of drivers on a resource but this feature can act as a fundamental building block for more robust and important functionality to be integrated into Conveyor CI. With this I have to acknowledge that Conveyor CI is still a really immature project, it really still has a long way to go and still lacks important features e.g. resource versioning etc. But one step at a time. Just like Rome wasn't built in a day, You can build a Cloud native software framework in a short period of time.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
slug: august-2025-update
3+
title: Conveyor CI – August 2025 Progress Update
4+
authors: jim-junior
5+
tags: [conveyor-ci, update]
6+
---
7+
8+
Hey, Here’s a quick summary of what’s been accomplished and what’s coming next.
9+
10+
<!-- truncate -->
11+
12+
## What’s New
13+
14+
- Created Project Roadmap
15+
- Added unit tests for the existing codebase
16+
- Implemented resource versioning
17+
- Expanded docs with Concepts, Contributing Guide, Usage Guides & Quick Start Tutorial
18+
19+
## Next Steps
20+
21+
- Embedded Log Storage
22+
- Pipeline Engine
23+
24+
25+
## Whats still in progress
26+
27+
- Driver Development documentation in Usage Guides

docs/src/components/home/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ const Hero = () => {
402402
maxWidth: "400px",
403403
}}
404404
>
405-
$ curl -fsSL conveyor.open.ug/install | bash
405+
$ curl -fsSL conveyor.open.ug/install | sh
406406
</Box>
407407
</Box>
408408
</Stack>

0 commit comments

Comments
 (0)