Merge pull request #259 from TouchInstinct/feature/update_api_generator_download_url
update api generator download url
This commit is contained in:
commit
82154894c1
|
|
@ -135,7 +135,7 @@ fi
|
||||||
mkdir -p ${OUTPUT_PATH}
|
mkdir -p ${OUTPUT_PATH}
|
||||||
|
|
||||||
# download api generator
|
# download api generator
|
||||||
readonly DOWNLOAD_URL="https://dl.bintray.com/touchin/touchin-tools/ru/touchin/api-generator/${VERSION}/${FILE_NAME}"
|
readonly DOWNLOAD_URL="https://maven.dev.touchin.ru/ru/touchin/api-generator/api-generator/${VERSION}/${FILE_NAME}"
|
||||||
. build-scripts/xcode/aux_scripts/download_file.sh ${FILE_NAME} ${DOWNLOAD_URL}
|
. build-scripts/xcode/aux_scripts/download_file.sh ${FILE_NAME} ${DOWNLOAD_URL}
|
||||||
|
|
||||||
# execute api generator
|
# execute api generator
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue