summaryrefslogtreecommitdiff
path: root/push-binary-libs.sh
blob: 0a1c62a1db815b13984a34c2b383111560a90a16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
#
# Script to push binary artifacts for scala from the remote repository.

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

if test $# -lt 2; then
  echo "Usage: $0 <username> <password>"
  exit 1
fi

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