Skip to content

Commit 255641c

Browse files
committed
fixup: remove unnecessary prepare functions
1 parent 69f6bd4 commit 255641c

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

packages/containerized-masking/config.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/dms-core-gate.git"
3131

3232
SKIP_COPYRIGHTS_CHECK=true
3333

34-
function prepare() {
35-
echo "Nothing to prepare"
36-
}
37-
3834
function build() {
3935
export JAVA_HOME
4036
JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/"

packages/delphix-sso-app/config.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818

1919
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/saml-app.git"
2020

21-
function prepare() {
22-
echo "Nothing to prepare"
23-
}
24-
2521
function build() {
2622
local java_home
2723
java_home="/usr/lib/jvm/java-8-openjdk-amd64/"

packages/drgn/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2019, 2025 Delphix
3+
# Copyright 2019, 2020 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.

0 commit comments

Comments
 (0)