Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commitb4a666f

Browse files
committed
fixup! chore: update homebrew script to support linuxbrew
1 parentb627992 commitb4a666f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎ci/scripts/bump_homebrew.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ git clone https://github.com/cdr/homebrew-coder
1818

1919
pushd homebrew-coder
2020

21-
branch="coder-cli-release-$tag"
21+
branch="bump-coder-cli-$tag"
2222
git checkout -b"$branch"
2323

2424
if [["$GITHUB_TOKEN"!="" ]];then
2525
git remote set-url origin"https://x-access-token:$GITHUB_TOKEN@github.com/cdr/homebrew-coder"
2626
fi
2727

2828
new_formula="$(cat<<EOF
29-
classCoder < Formula
29+
classCoderCli < Formula
3030
desc "Command-line tool for the Coder remote development platform"
3131
homepage "https://github.com/cdr/coder-cli"
3232
version "$trimmed_tag"
@@ -50,11 +50,11 @@ end
5050
EOF
5151
)"
5252

53-
echo"$new_formula"> coder.rb
53+
echo"$new_formula"> coder-cli.rb
5454

5555
git diff
56-
git add coder.rb
57-
git commit -m"chore: bumpCoder CLI to$tag"
56+
git add coder-cli.rb
57+
git commit -m"chore: bumpcoder-cli to$tag"
5858
git push --set-upstream origin"$branch"
5959

6060
gh pr create --fill

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp