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
No known key found for this signature in database
GPG key ID: 4EFE4C946404B82A
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