Skip to content

Commit a966de9

Browse files
committed
ci: replace cask-repair with bump-cask-pr
1 parent 9b7e825 commit a966de9

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

scripts/update_homebrew_cask.sh

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
set -ex
44

5-
brew update
6-
brew install vitorgalvao/tiny-scripts/cask-repair
7-
85
version="$(cat $VERSION_FILE)"
96

10-
if [ "$TRAVIS" = true ] ; then
11-
# add github ssh key
12-
echo "$GITHUB_SSH_KEY" | base64 --decode > github_ssh
13-
chmod 600 github_ssh
14-
ssh-add -K github_ssh
15-
fi
7+
brew bump-cask-pr --version $version alt-tab
168

17-
cask-repair --blind-submit --cask-version "$version" alt-tab
9+
#brew update
10+
#brew install vitorgalvao/tiny-scripts/cask-repair
11+
#
12+
#if [ "$TRAVIS" = true ] ; then
13+
# # add github ssh key
14+
# echo "$GITHUB_SSH_KEY" | base64 --decode > github_ssh
15+
# chmod 600 github_ssh
16+
# ssh-add -K github_ssh
17+
#fi
18+
#
19+
#cask-repair --blind-submit --cask-version "$version" alt-tab

0 commit comments

Comments
 (0)