Skip to content

Commit

Permalink
neon-storage: add head
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Sep 12, 2023
1 parent 5073b71 commit f97da1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/neon-storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class NeonStorage < Formula
tag: "release-3836",
revision: "07d7874bc88cc83a8b57c8d9508674277008a623"
license "Apache-2.0"
head "https://github.com/neondatabase/neon.git", branch: "main"

bottle do
root_url "https://ghcr.io/v2/bayandin/tap"
Expand All @@ -31,7 +32,7 @@ def neon_postgres
end

def install
ENV["BUILD_TAG"] = "release-#{version}"
ENV["BUILD_TAG"] = build.stable? ? "release-#{version}" : "dev-#{Utils.git_short_head}"
ENV["GIT_VERSION"] = Utils.git_head

with_env(POSTGRES_INSTALL_DIR: neon_postgres.opt_libexec) do
Expand Down

0 comments on commit f97da1c

Please sign in to comment.