mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-01 11:17:52 +01:00
Determine installed version by git commit hash
This commit is contained in:
parent
8d62493774
commit
6c3b1db4dd
4 changed files with 65 additions and 19 deletions
4
.github/workflows/ansible.yml
vendored
4
.github/workflows/ansible.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue