Fix release script

This commit is contained in:
alesapin 2020-07-30 22:08:30 +03:00
parent ded4f7d5e4
commit 777cdfe593

View File

@ -37,7 +37,6 @@ then
if [[ ! -z "${CLOUDFLARE_TOKEN}" ]]
then
sleep 1m
python3 purge_cache_for_changed_files.py
python3 "${BASE_DIR}/purge_cache_for_changed_files.py"
fi
cd "${BUILD_DIR}"
fi