Skip to content

Commit 363381f

Browse files
committed
fix
1 parent 188a339 commit 363381f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/delphix-platform/config.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@
1818

1919
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-platform.git"
2020

21+
function prepare() {
22+
logmust cd "$WORKDIR/repo"
23+
logmust sudo make build-deps
24+
}
25+
2126
function build() {
2227
logmust cd "$WORKDIR/repo"
23-
logmust sudo make packages VERSION="1.0.0-$PACKAGE_REVISION"
28+
logmust make packages VERSION="1.0.0-$PACKAGE_REVISION"
2429
logmust sudo chown -R "$USER:" artifacts
2530
logmust mv artifacts/*deb "$WORKDIR/artifacts/"
2631
}

0 commit comments

Comments
 (0)