Skip to content

Commit 6210b89

Browse files
committed
fix dependency installation
1 parent efacc9b commit 6210b89

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/delphix-platform/config.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
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-
2621
function build() {
2722
logmust cd "$WORKDIR/repo"
2823
logmust make packages VERSION="1.0.0-$PACKAGE_REVISION"

0 commit comments

Comments
 (0)