summaryrefslogblamecommitdiff
path: root/push-binary-libs.sh
blob: 7592fc767a2e7ecc6d2e883912f012003f474b88 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                       
#!/usr/bin/env bash
#
# Script to push binary artifacts for scala from the remote repository.

. $(dirname $0)/tools/binary-repo-lib.sh

# TODO - Argument parsing for username/password.
pushJarFiles $(pwd) $1 $2