This commit is contained in:
parent
82ee7b2a4c
commit
1d22c1e9c1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user