scripts: Get rid of the password on zips

pull/919/head
Mitchell Hashimoto 13 years ago
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…
Cancel
Save