mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-02 16:49:09 +00:00
Merge pull request #80 from Parabot/release/1.21.1
[BUGFIX] Solved new creation
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ notifications:
|
||||
|
||||
env:
|
||||
global:
|
||||
- PROVIDER_VERSION=1.21.0
|
||||
- PROVIDER_VERSION=1.21.1
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
|
||||
sleep 1
|
||||
curl --data "build_id=$TRAVIS_BUILD_ID&version=$PROVIDER_VERSION" "http://v3.bdn.parabot.org/api/bot/create/provider"
|
||||
curl --data "build_id=$TRAVIS_BUILD_ID&version=$PROVIDER_VERSION" "http://v3.bdn.parabot.org/api/bot/create/default-provider"
|
||||
Reference in New Issue
Block a user