We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6210b89 commit 188a339Copy full SHA for 188a339
1 file changed
packages/delphix-platform/config.sh
@@ -20,7 +20,7 @@ DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-platform.git"
20
21
function build() {
22
logmust cd "$WORKDIR/repo"
23
- logmust make packages VERSION="1.0.0-$PACKAGE_REVISION"
+ logmust sudo make packages VERSION="1.0.0-$PACKAGE_REVISION"
24
logmust sudo chown -R "$USER:" artifacts
25
logmust mv artifacts/*deb "$WORKDIR/artifacts/"
26
}
0 commit comments