Skip to content

Commit 188a339

Browse files
committed
fix permissions
1 parent 6210b89 commit 188a339

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
@@ -20,7 +20,7 @@ DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-platform.git"
2020

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

0 commit comments

Comments
 (0)