mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-03 00:38:07 +00:00
[CLEANUP] Added proper setup
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
|
||||
sleep 15
|
||||
curl -sS "http://v3.bdn.parabot.org/api/bot/create/random?build_id=$TRAVIS_BUILD_ID&version=$RANDOMS_VERSION" >/dev/null
|
||||
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
mvn -U package
|
||||
else
|
||||
mvn -Dbuild.version="-RC-$TRAVIS_BUILD_ID" -U package
|
||||
fi
|
||||
Reference in New Issue
Block a user