Skip to content

Commit dcbb537

Browse files
committed
docs: add detailed CI/CD pipeline documentation
1 parent 1592016 commit dcbb537

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/menage_release/ci-pipeline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ Installs the required tools for the current job. Follows the Kalisio pattern of
103103
104104
```bash
105105
# CI mode
106-
init_github_detect() install_reqs yq
107-
init_github_release_charts() install_reqs yq helm rclone sops
106+
init_github_detect() : install_reqs yq
107+
init_github_release_charts() : install_reqs yq helm rclone sops
108108
109109
### `setup_workspace.sh`
110110
@@ -250,4 +250,4 @@ Go to **Actions -> manage_release -> Run workflow**:
250250
Simply push your changes to `master`. If you modified files under `charts/**`, the pipeline triggers automatically. No manual action required.
251251

252252
> [!NOTE]
253-
> If you try to run `release-chart.sh` manually after pushing, you may get an error saying the chart already exists on Harbor. This means the CI already published it this is expected behaviour.
253+
> If you try to run `release-chart.sh` manually after pushing, you may get an error saying the chart already exists on Harbor. This means the CI already published it, this is expected behaviour.
-193 KB
Loading
-169 KB
Loading
2.79 KB
Loading

0 commit comments

Comments
 (0)