Skip to content

Commit 5cf1d59

Browse files
committed
pass in package version to the make command
1 parent d35f532 commit 5cf1d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/delphix-platform/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function prepare() {
2424

2525
function build() {
2626
logmust cd "$WORKDIR/repo"
27-
logmust make packages
27+
logmust make packages VERSION="1.0.0-$PACKAGE_REVISION"
2828
logmust sudo chown -R "$USER:" artifacts
2929
logmust mv artifacts/*deb "$WORKDIR/artifacts/"
3030
}

0 commit comments

Comments
 (0)