scripts: Get rid of the password on zips
This commit is contained in:
parent
4abc599cd7
commit
3868a69dec
|
@ -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 New Issue