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:
parent
081715592c
commit
3bb010520c
@ -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/')
|
||||
|
Loading…
Reference in New Issue
Block a user