Skip to content

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o committed May 9, 2024
1 parent ed37ff0 commit ca28a18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,10 @@ usage-error() {

main() {
has go || throw "'go' must be installed (see https://golang.org)"
has gh || throw "'gh' must be installed (see https://cli.github.com)"
has docker || throw "'docker' must be installed (see https://www.docker.com)"

local version
version="$("$BASE_DIR/scripts/print-version")"

gh auth status
go test ./...

local tag="v${version}"
Expand All @@ -60,7 +57,6 @@ main() {
git tag "$tag"

(cd "$BASE_DIR"
./scripts/deploy-gh-release
./scripts/deploy-bins
)
}
Expand Down

0 comments on commit ca28a18

Please sign in to comment.