mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-27 03:50:56 -04:00
use correct name for artifact content
This commit is contained in:
parent
9b2b18607c
commit
abef777c9f
1 changed files with 2 additions and 2 deletions
|
@ -62,10 +62,10 @@ for artifact in ./terraform-state-*.zip; do
|
||||||
mkdir ${artifact%.*}
|
mkdir ${artifact%.*}
|
||||||
|
|
||||||
unzip "$artifact"
|
unzip "$artifact"
|
||||||
unzip artifact.zip -d ${artifact%.*} -P "$artifact_pwd"
|
unzip -d ${artifact%.*} -P "$artifact_pwd" archive.zip
|
||||||
|
|
||||||
rm "$artifact"
|
rm "$artifact"
|
||||||
rm artifact.zip
|
rm archive.zip
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "[*] deleting resources"
|
echo "[*] deleting resources"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue