mirror of
https://github.com/apache/druid.git
synced 2025-02-12 04:55:12 +00:00
7 lines
182 B
Bash
7 lines
182 B
Bash
#!/bin/bash -e
|
|
|
|
#
|
|
# Script to upload tarball of assembly build to static.druid.io for serving
|
|
#
|
|
s3cmd put services/target/druid-services-*-bin.tar.gz s3://static.druid.io/artifacts/
|