debug(cicd): test output
Some checks failed
Build / build (push) Failing after 43s

This commit is contained in:
Jiří Štefka 2023-11-21 19:50:06 +01:00
parent 82ee7b2a4c
commit 1d22c1e9c1
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -32,7 +32,9 @@ jobs:
- name: Remove temporary files
if: steps.check-existing.conclusion == 'success'
id: remove-temp
run: rm -rf DocumentServer
run: |
echo ${{ steps.extract-version.outputs.docker_tag }}
rm -rf DocumentServer
shell: bash
- name: Install Docker