File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,13 @@ before_script:
21
21
script :
22
22
- curl -s ${JDKW} | bash /dev/stdin ./mvnw clean install --settings settings.xml -P ci -P rpm -Dgpg.skip=true -U
23
23
- if [ \( -n "${TRAVIS_TAG}" \) -a "${TRAVIS_PULL_REQUEST}" = "false" ]; then curl -s ${JDKW} | bash /dev/stdin ./mvnw deploy --settings settings.xml -P ci -DskipAllVerification=true; fi;
24
+ deploy :
25
+ provider : releases
26
+ api_key :
27
+ secure : EtkLgBxZUi2rY59+fiYkaKDZIw9BYQisch0qcFGPU4g7XnJP/vfklHQsF5NZEEwW0eXOggaNWv9LhDHoz3laNdYnAsBknr4APX6UnU66fUdAaTuKCuN/7kYtJ0LC0b5TR9O5L/LaRoYUma5vxB7lGnDfazrCgQiOxK5J28dpobJZ/07z7X8VyOwzGa2i3dFMUgZs6FwGW59fp35jICZ4VYqsAwBfayGp4Egz+GXNcQ4YyJ2VaMP5qze/57cPAsunwy0rHxPvXu8JIC/DsQV03O7+jLISevZS92bWQM9GV7x0zTYd8hlNHhrorf1w+Hn8sm8eSU6aPB1ZGhkCzKrpnB+WB7AcYPf2A//Eg0CasucMCgwtUJlZ2RKtCJxMYgI90gC5CrSEnT6QbnytOdZR9bMTZxC7NXC1/oeZK+660UOdxTrBXysAKHG4S+LGmtGWaYk7Q8jV25WMGPXts4O4CsStV56yfujidU0+192VnHSpzZS0Oua5mhzoijtNi0pe2Is8glU/XFoqXNaclD6xshVr6vXeEUGzngSrDEibhcg355im9iBwhLDnwOZAexnEKg3e2Oy2liP6zheIl0X5t/Pc5uyoYTGFST4thn/P7NZEMNrBMGAwvb02CJzZV62khnODbidR8YNNUnXlQdZFK0m/iYDlllp5CEJEi66yOvc=
28
+ file : target/rpm/cluster-aggregator/RPMS/noarch/cluster-aggregator*.rpm
29
+ file_glob : true
30
+ skip_cleanup : true
31
+ on :
32
+ repo : ArpNetworking/metrics-cluster-aggregator
33
+ tags : true
You can’t perform that action at this time.
0 commit comments