Skip to content

Commit a7d07e1

Browse files
committed
DLPX-96562 eliminate docker from the delphix-platform package build
PR URL: https://www.github.com/delphix/linux-pkg/pull/382
1 parent e9b4da8 commit a7d07e1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/delphix-platform/config.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2018, 2020 Delphix
3+
# Copyright 2018, 2026 Delphix
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -21,8 +21,7 @@ DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-platform.git"
2121
function build() {
2222
logmust cd "$WORKDIR/repo"
2323
logmust ansible-playbook bootstrap/playbook.yml
24-
logmust ./scripts/docker-run.sh make packages \
25-
VERSION="1.0.0-$PACKAGE_REVISION"
24+
logmust make packages
2625
logmust sudo chown -R "$USER:" artifacts
2726
logmust mv artifacts/*deb "$WORKDIR/artifacts/"
2827
}

0 commit comments

Comments
 (0)