Skip to content

Commit

Permalink
Fix script bug for c-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Oct 2, 2020
1 parent e947d2f commit b60b144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crowdin-distributor.sh
Expand Up @@ -9,8 +9,9 @@ if [ -n "${cdist_version#*-}" ]; then
cdist_path_version="${cdist_version%%-*}-SNAPSHOT"
fi
url="https://maven.enginehub.org/repo/org/enginehub/crowdin/crowdin-distributor/$cdist_path_version/crowdin-distributor-$cdist_version-bundle.zip"
mkdir ./build
curl "$url" >./build/cdist.zip
(cd build && unzip -o cdist.zip)
(cd ./build && unzip -o cdist.zip)

# CROWDIN_DISTRIBUTOR_TOKEN is set by CI
export CROWDIN_DISTRIBUTOR_ON_CHANGE="true"
Expand Down

0 comments on commit b60b144

Please sign in to comment.