mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 00:38:16 +00:00
[CLEANUP] Removed debug
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ install:
|
|||||||
|
|
||||||
script: "./.travis/maven-build.sh"
|
script: "./.travis/maven-build.sh"
|
||||||
|
|
||||||
after_script: "./.travis/call-creation.sh"
|
after_deploy: "./.travis/call-creation.sh"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
sleep 15
|
sleep 15
|
||||||
curl "http://v3.bdn.parabot.org/api/bot/create/client?build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION"
|
curl -sS "http://v3.bdn.parabot.org/api/bot/create/client?build_id=$TRAVIS_BUILD_ID&version=$PARABOT_VERSION" >/dev/null
|
||||||
Reference in New Issue
Block a user