Determine installed version by git commit hash

This commit is contained in:
Fabian Koller
2021-01-22 14:21:35 +01:00
parent 8d62493774
commit 6c3b1db4dd
4 changed files with 65 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install molecule[ansible,docker]
python3 -m pip install molecule[ansible,docker] jmespath
ansible --version
docker --version
molecule --version
@@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install molecule[ansible,docker]
python3 -m pip install molecule[ansible,docker] jmespath
ansible --version
docker --version
molecule --version