File tree 3 files changed +1
-9
lines changed
3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/dms-core-gate.git"
31
31
32
32
SKIP_COPYRIGHTS_CHECK=true
33
33
34
- function prepare() {
35
- echo " Nothing to prepare"
36
- }
37
-
38
34
function build() {
39
35
export JAVA_HOME
40
36
JAVA_HOME=" /usr/lib/jvm/java-8-openjdk-amd64/"
Original file line number Diff line number Diff line change 18
18
19
19
DEFAULT_PACKAGE_GIT_URL=" https://github.com/delphix/saml-app.git"
20
20
21
- function prepare() {
22
- echo " Nothing to prepare"
23
- }
24
-
25
21
function build() {
26
22
local java_home
27
23
java_home=" /usr/lib/jvm/java-8-openjdk-amd64/"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
#
3
- # Copyright 2019, 2025 Delphix
3
+ # Copyright 2019, 2020 Delphix
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments