Skip to content

Commit 633fe94

Browse files
committed
fixup! feat: add action workflow for bumping coder-cli
1 parent b0120d2 commit 633fe94

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/scripts/gen-coder-cli-formula.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ macos_url="https://github.com/cdr/coder-cli/releases/download/v$version/coder-cl
1616

1717
linux_sha="$(curl -sL "$linux_url" | sha)"
1818
macos_sha="$(curl -sL "$macos_url" | sha)"
19-
20-
echo $macos_sha
21-
echo $linux_sha
22-
2319
template=$(cat ./ci/templates/coder-cli.rb)
2420

2521
template="${template//\{\{MACOS_SHA\}\}/$macos_sha}"

0 commit comments

Comments
 (0)