You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/10/06 12:42:35 UTC

[camel-website] 02/29: Update content/blog/2022/10/camel-k-cicd/index.md

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 75ca655f16bc6d4e26bb107d9be2dfd4008e34b9
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Thu Oct 6 11:09:18 2022 +0200

    Update content/blog/2022/10/camel-k-cicd/index.md
    
    Co-authored-by: Zoran Regvart <zo...@regvart.com>
---
 content/blog/2022/10/camel-k-cicd/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2022/10/camel-k-cicd/index.md b/content/blog/2022/10/camel-k-cicd/index.md
index 529c9b60..99088b9c 100644
--- a/content/blog/2022/10/camel-k-cicd/index.md
+++ b/content/blog/2022/10/camel-k-cicd/index.md
@@ -11,7 +11,7 @@ In [Camel K version 10](/blog/2022/09/camel-k-release-1-10/), we've released the
 
 The application I'm building is a REST API backed by a PostgreSQL database. It will be realized with Camel K Integration via YAML DSL. The source code is stored in Github and the idea is to build a **Continuous Delivery** pipeline that can be manually triggered when we want to provide a release. The pipeline will:
 
-  1. checkout the code repository with the latest changes, 
+  1. checkout the code repository with the latest changes,
   2. release the Integration in a development environment,
   3. run a complete suite of automated test,
   4. promote to production environment and