We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b4da8 commit a7d07e1Copy full SHA for a7d07e1
packages/delphix-platform/config.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
#
3
-# Copyright 2018, 2020 Delphix
+# Copyright 2018, 2026 Delphix
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# 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"
21
function build() {
22
logmust cd "$WORKDIR/repo"
23
logmust ansible-playbook bootstrap/playbook.yml
24
- logmust ./scripts/docker-run.sh make packages \
25
- VERSION="1.0.0-$PACKAGE_REVISION"
+ logmust make packages
26
logmust sudo chown -R "$USER:" artifacts
27
logmust mv artifacts/*deb "$WORKDIR/artifacts/"
28
}
0 commit comments