1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

Do not use cache

This commit is contained in:
Tae Won Ha 2020-02-05 00:27:50 +01:00
parent 081715592c
commit 3bb010520c
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -60,8 +60,7 @@ else
echo "Not publishing and no release => not incrementing the version..."
fi
#code_sign=true use_carthage_cache=false ./bin/build_vimr.sh
code_sign=true use_carthage_cache=true ./bin/build_vimr.sh
code_sign=true use_carthage_cache=false ./bin/build_vimr.sh
pushd VimR > /dev/null
export readonly bundle_version=$(agvtool what-version | sed '2q;d' | sed -E 's/ +(.+)/\1/')