We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d07e1 commit 8c718c0Copy full SHA for 8c718c0
1 file changed
packages/delphix-platform/config.sh
@@ -18,6 +18,10 @@
18
19
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-platform.git"
20
21
+function prepare() {
22
+ logmust install_build_deps_from_control_file
23
+}
24
+
25
function build() {
26
logmust cd "$WORKDIR/repo"
27
logmust ansible-playbook bootstrap/playbook.yml
0 commit comments