mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
use correct name for artifact content
This commit is contained in:
parent
9b2b18607c
commit
abef777c9f
@ -62,10 +62,10 @@ for artifact in ./terraform-state-*.zip; do
|
||||
mkdir ${artifact%.*}
|
||||
|
||||
unzip "$artifact"
|
||||
unzip artifact.zip -d ${artifact%.*} -P "$artifact_pwd"
|
||||
unzip -d ${artifact%.*} -P "$artifact_pwd" archive.zip
|
||||
|
||||
rm "$artifact"
|
||||
rm artifact.zip
|
||||
rm archive.zip
|
||||
done
|
||||
|
||||
echo "[*] deleting resources"
|
||||
|
Loading…
x
Reference in New Issue
Block a user