Do brew update for xcode images

This commit is contained in:
Fedor Korotkov 2018-10-30 09:26:55 -04:00
parent cd14c42651
commit edba4cdf77
1 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,13 @@
],
"type": "shell"
},
{
"inline": [
"brew --version",
"brew update"
],
"type": "shell"
},
{
"environment_vars": [
"FASTLANE_USER={{user `fastlane_user`}}",