From 56a169518646b975f63ed626383b258a45ad5384 Mon Sep 17 00:00:00 2001 From: Carl Javier Date: Tue, 5 Sep 2023 13:54:51 +1000 Subject: [PATCH] Update details about CICD --- README.md | 2 +- cicd-examples/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e15fca..0af6875 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ When running `hava` CLI in automation or a CICD pipeline, we recommend export/se Some commands do require human inputs or can be bypassed with a flag (eg `--autoapprove`). -Checkout our [Github CLI Test workflow](./.github/workflows/cli-test.yml) and other [CICD examples](./cicd-examples/README.md). +Checkout our [Github CLI Test workflow](./.github/workflows/cli-test.yml) and other [CICD examples](./cicd-examples/README.md) for other platforms like Gitlab-CI and Azure DevOps. # Source Commands diff --git a/cicd-examples/README.md b/cicd-examples/README.md index 52a259c..92117c9 100644 --- a/cicd-examples/README.md +++ b/cicd-examples/README.md @@ -1,6 +1,6 @@ # CICD Examples -The following are sample CICD pipelines for various platforms: +The following are sample CICD pipelines for various platforms. We recommend choosing which suits best. ## Github Actions @@ -16,4 +16,4 @@ The following are sample CICD pipelines for various platforms: ## Gitlab CI -- [Gitlab CI](./gitlab/.gitla-ci.yml) (Uses the binary) \ No newline at end of file +- [Gitlab CI](./gitlab/.gitla-ci.yml) (Uses the docker image) \ No newline at end of file