Skip to content

Commit

Permalink
Common: updated kinesis push to remove sub-folders from zipfile (closes
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Mar 3, 2015
1 parent 77f5d2b commit 86c207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/push/publish-kinesis-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function build_artifact() {
done

artifact_path=./${dist_path}/${artifact_name}
zip -r ${artifact_path} ${artifact_folder}
zip -rj ${artifact_path} ${artifact_folder}
eval ${__out_artifact_name}=${artifact_name}
eval ${__out_artifact_path}=${artifact_path}
}
Expand Down

0 comments on commit 86c207e

Please sign in to comment.