mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
7 lines
322 B
Bash
Executable File
7 lines
322 B
Bash
Executable File
#!/bin/bash
|
|
# Uploads AWS SDK repository to centralized location
|
|
# Make sure to have called ./createLocalAwsApiP2Repository.sh before
|
|
# and make sure to have activated local-p2-admin target to check
|
|
# if everything went well
|
|
`dirname $0`/uploadSpecifiedRepositoryToServer.sh aws-sdk com.amazon.aws.aws-java-api.updatesite
|