mirror of
https://github.com/apache/druid.git
synced 2025-02-06 18:18:17 +00:00
7 lines
191 B
Bash
Executable File
7 lines
191 B
Bash
Executable File
#!/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/releases/
|