mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
scripts: Get rid of the password on zips
This commit is contained in:
parent
4abc599cd7
commit
3868a69dec
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ for PLATFORM in $(find ./pkg/${VERSIONDIR} -mindepth 1 -maxdepth 1 -type d); do
|
|||
|
||||
(
|
||||
pushd ${PLATFORM}
|
||||
zip -P hashipacker ${DIR}/pkg/${VERSIONDIR}/dist/${ARCHIVE_NAME}.zip ./*
|
||||
zip ${DIR}/pkg/${VERSIONDIR}/dist/${ARCHIVE_NAME}.zip ./*
|
||||
popd
|
||||
) &
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue