File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
kubernetes/samples/scripts/common Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright (c) 2021, Oracle and/or its affiliates.
2
+ # Copyright (c) 2021, 2023, Oracle and/or its affiliates.
3
3
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
4
4
#
5
5
# Description:
@@ -309,13 +309,13 @@ function install_wit {
309
309
310
310
WIT_INSTALL_ZIP_FILE=" ${WIT_INSTALL_ZIP_FILE:- imagetool.zip} "
311
311
312
- echo @@ " Info: WDT_INSTALL_ZIP_URL is '$WDT_INSTALL_ZIP_URL '"
313
- if [ -z ${WDT_INSTALL_ZIP_URL } ]; then
314
- echo @@ " WDT_INSTALL_ZIP_URL is not set"
315
- if [ " $WDT_VERSION " == " LATEST" ]; then
316
- WDT_INSTALL_ZIP_URL =${WDT_INSTALL_ZIP_URL :- " https://github.com/oracle/weblogic-deploy-tooling /releases/latest/download/$WDT_INSTALL_ZIP_FILE " }
312
+ echo @@ " Info: WIT_INSTALL_ZIP_URL is '$WIT_INSTALL_ZIP_URL '"
313
+ if [ -z ${WIT_INSTALL_ZIP_URL } ]; then
314
+ echo @@ " WIT_INSTALL_ZIP_URL is not set"
315
+ if [ " $WIT_VERSION " == " LATEST" ]; then
316
+ WIT_INSTALL_ZIP_URL =${WIT_INSTALL_ZIP_URL :- " https://github.com/oracle/weblogic-image-tool /releases/latest/download/$WIT_INSTALL_ZIP_FILE " }
317
317
else
318
- WDT_INSTALL_ZIP_URL =${WDT_INSTALL_ZIP_URL :- " https://github.com/oracle/weblogic-deploy-tooling /releases/download/release-$WDT_VERSION / $WDT_INSTALL_ZIP_FILE " }
318
+ WIT_INSTALL_ZIP_URL =${WIT_INSTALL_ZIP_URL :- " https://github.com/oracle/weblogic-image-tool /releases/download/release-$WIT_VERSION / $WIT_INSTALL_ZIP_FILE " }
319
319
fi
320
320
fi
321
321
You can’t perform that action at this time.
0 commit comments