Skip to content

Commit d4776fb

Browse files
authored
DLPX-96589 2026.2 signatures missing in the develop (2026.2.0.0) image (#384)
PR URL: https://www.github.com/delphix/linux-pkg/pull/384
1 parent 78660f7 commit d4776fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/delphix-platform/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-platform.git"
2020

2121
function prepare() {
2222
logmust cd "$WORKDIR/repo"
23-
logmust sudo make build-deps
23+
logmust sudo -E make build-deps
2424
}
2525

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

0 commit comments

Comments
 (0)