Update cdist

This commit is contained in:
Octavia Togami 2021-06-12 00:32:56 -07:00
parent 3393d2701c
commit 2beeec228b
No known key found for this signature in database
GPG Key ID: CC364524D1983C99

View File

@ -2,7 +2,7 @@
set -e
# For snapshots, please specify the full version (with date and time)
cdist_version="0.1.0-20201128.225038-7"
cdist_version="0.1.0-20210612.072458-9"
cdist_path_version="$cdist_version"
if [ -n "${cdist_version#*-}" ]; then
@ -20,5 +20,5 @@ export CROWDIN_DISTRIBUTOR_MODULE="worldedit-lang"
## Full path to the source file, will be uploaded to crowdin, must already have uploaded at least once (will not create a new file)
export CROWDIN_DISTRIBUTOR_SOURCE_FILE="./worldedit-core/src/main/resources/lang/strings.json"
# Artifactory & Build Number is set by CI
export CROWDIN_DISTRIBUTOR_OPTS="--enable-preview"
export CROWDIN_DISTRIBUTOR_OPTS=""
"./build/crowdin-distributor-$cdist_path_version/bin/crowdin-distributor"