mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 11:37:19 +03:00
ci: no need to cat wezterm.rb
I added this originally to see if the templating was working correctly. With the recent changes to make it a cask, it's now much longer and obscures some of the other more valuable output, so remove it.
This commit is contained in:
parent
e046570fa1
commit
7a33956b8e
@ -44,7 +44,6 @@ case $OSTYPE in
|
||||
|
||||
SHA256=$(shasum -a 256 $zipname | cut -d' ' -f1)
|
||||
sed -e "s/@TAG@/$TAG_NAME/g" -e "s/@SHA256@/$SHA256/g" < ci/wezterm-homebrew-macos.rb.template > wezterm.rb
|
||||
cat wezterm.rb
|
||||
|
||||
;;
|
||||
msys)
|
||||
|
Loading…
Reference in New Issue
Block a user