File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 22
33set  -ex
44
5- brew update
6- brew install vitorgalvao/tiny-scripts/cask-repair
7- 
85version=" $( 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 " 
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
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments