Updated latest to latest.txt to avoid future namespace clash
This commit is contained in:
parent
b6e32c61e9
commit
33005ed40a
|
@ -3,4 +3,4 @@
|
||||||
python -m sphinx . $BUILD_PATH
|
python -m sphinx . $BUILD_PATH
|
||||||
TARGET_PATH="$BUILD_PATH/swagger" ./build_swagger.sh
|
TARGET_PATH="$BUILD_PATH/swagger" ./build_swagger.sh
|
||||||
python ./get-releases-json.py > $BUILD_PATH/releases.json
|
python ./get-releases-json.py > $BUILD_PATH/releases.json
|
||||||
python ./get-releases-json.py --latest > $BUILD_PATH/latest
|
python ./get-releases-json.py --latest > $BUILD_PATH/latest.txt
|
||||||
|
|
Loading…
Reference in New Issue