mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-18 19:21:38 -05:00
ci: fix directory deletion (#3222)
This commit is contained in:
parent
c7027d9ddf
commit
7945778d67
1 changed files with 1 additions and 1 deletions
|
|
@ -23,4 +23,4 @@ runs:
|
||||||
- name: Cleanup Terraform module dir
|
- name: Cleanup Terraform module dir
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
rm -f terraform-module terraform-module.zip
|
rm -rf terraform-module terraform-module.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue