Skip to content

Commit

Permalink
Merge pull request #8 from ppodgorsek/issue-7
Browse files Browse the repository at this point in the history
Issue #7 - The TOC in the README should include the continuous integration section
  • Loading branch information
ppodgorsek committed Feb 14, 2024
2 parents 811d557 + 70e450d commit dac0ab6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- [What is it?](#what-is-it)
- [Versioning](#versioning)
- [Running the container](#running-the-container)
- [Continuous integration](#continuous-integration)
- [Azure DevOps](#azure-devops)
- [Please contribute!](#please-contribute)

---
Expand Down Expand Up @@ -41,8 +43,12 @@ For example, triggering a job template can be done as follows:

All official AWX CLI arguments can be used. The complete list can be found in [AWX CLI's official documentation](https://docs.ansible.com/ansible-tower/latest/html/towercli/reference.html).

<a name="continuous-integration"></a>

## Continuous integration

<a name="azure-devops"></a>

### Azure DevOps

It is possible to run the project within an Azure DevOps pipeline by relying on a simple script, as [the `Docker@2` task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/docker-v2) currently only allows to build and push images:
Expand Down

0 comments on commit dac0ab6

Please sign in to comment.