Skip to content

Commit

Permalink
Update details about CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
carljavier committed Sep 5, 2023
1 parent 9c5870b commit 56a1695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cicd-examples/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,4 +16,4 @@ The following are sample CICD pipelines for various platforms:

## Gitlab CI

- [Gitlab CI](./gitlab/.gitla-ci.yml) (Uses the binary)
- [Gitlab CI](./gitlab/.gitla-ci.yml) (Uses the docker image)

0 comments on commit 56a1695

Please sign in to comment.