File tree Expand file tree Collapse file tree
deploy/packaging/docker/build-rpm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,8 +181,11 @@ if [[ -x "$(command -v aws)" ]] && [ ! -z "$CONFPATH" ] && [[ -e "$CONFPATH/hbas
181181
182182 if [[ $GOTELEM -eq 1 ]] && [[ $CONTENT = " s3://" * ]]; then
183183 CONTENT=${CONTENT%/ }
184- echo -e " s3 cp $GEOWAVE_DATASTORE_HOME /geowave-$DATASTORE_TOKEN -$VENDOR_VERSION .jar $CONTENT /lib/geowave-tools-$VENDOR_VERSION -apache.jar"
185- aws s3 cp $GEOWAVE_DATASTORE_HOME /geowave-$DATASTORE_TOKEN -$VENDOR_VERSION .jar $CONTENT /lib/geowave-tools-$VENDOR_VERSION -apache.jar
184+ echo -e " s3 cp $GEOWAVE_DATASTORE_HOME /geowave-$DATASTORE_TOKEN -$VENDOR_VERSION .jar $CONTENT /lib/geowave-$DATASTORE_TOKEN -$VENDOR_VERSION .jar"
185+ # Upload library to s3
186+ aws s3 cp $GEOWAVE_DATASTORE_HOME /geowave-$DATASTORE_TOKEN -$VENDOR_VERSION .jar $CONTENT /lib/geowave-$DATASTORE_TOKEN -$VENDOR_VERSION .jar
187+ # Also upload the build metadata file for ease of inspection
188+ aws s3 cp $GEOWAVE_DATASTORE_HOME /geowave-$DATASTORE_TOKEN -build.properties $CONTENT /lib/geowave-$DATASTORE_TOKEN -build.properties
186189 fi
187190
188191 if [ $GOTELEM -eq 1 ]; then
You can’t perform that action at this time.
0 commit comments