ci: rename galaxy tag

This commit is contained in:
Guido Grazioli 2023-05-03 08:54:20 +02:00
parent 44ad3b8e6d
commit f566917bc2
4 changed files with 8 additions and 5 deletions

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python_version: ["3.9"] python_version: ["3.10"]
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -24,9 +24,10 @@ jobs:
path: ansible_collections/middleware_automation/keycloak path: ansible_collections/middleware_automation/keycloak
- name: Set up Python ${{ matrix.python_version }} - name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v1 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python_version }} python-version: ${{ matrix.python_version }}
cache: 'pip'
- name: Install yamllint, ansible and molecule - name: Install yamllint, ansible and molecule
run: | run: |

View file

@ -32,9 +32,10 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: 3.9 python-version: 3.9
cache: 'pip'
- name: Install doc dependencies - name: Install doc dependencies
run: | run: |

View file

@ -24,9 +24,10 @@ jobs:
token: ${{ secrets.TRIGGERING_PAT }} token: ${{ secrets.TRIGGERING_PAT }}
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v1 uses: actions/setup-python@v4
with: with:
python-version: "3.x" python-version: "3.x"
cache: 'pip'
- name: Get current version - name: Get current version
id: get_version id: get_version

View file

@ -23,7 +23,7 @@ tags:
- java - java
- runtimes - runtimes
- middleware - middleware
- A4MW - a4mw
dependencies: dependencies:
"middleware_automation.common": ">=1.0.0" "middleware_automation.common": ">=1.0.0"
"ansible.posix": ">=1.4.0" "ansible.posix": ">=1.4.0"