Skip to content

Commit 352c598

Browse files
committed
Revert "switched from wget to curl for downloading script"
This reverts commit d1fe572.
1 parent d1fe572 commit 352c598

File tree

1 file changed

+1
-3
lines changed
  • samples/kubernetes/end2end/demo-domains/domainBuilder

1 file changed

+1
-3
lines changed

samples/kubernetes/end2end/demo-domains/domainBuilder/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ function createArchive() {
2222
echo "Download the metrics exporter webapp from ://github.com/oracle/weblogic-monitoring-exporter/releases/download/v${MONITORING_EXPORTER_VERSION}/get${MONITORING_EXPORTER_VERSION}.sh..."
2323

2424
cd $PRJ_ROOT
25-
curl -O -L https://github.com/oracle/weblogic-monitoring-exporter/releases/download/v${MONITORING_EXPORTER_VERSION}/get${MONITORING_EXPORTER_VERSION}.sh
26-
chmod 777 get${MONITORING_EXPORTER_VERSION}.sh
25+
wget https://github.com/oracle/weblogic-monitoring-exporter/releases/download/v${MONITORING_EXPORTER_VERSION}/get${MONITORING_EXPORTER_VERSION}.sh
2726
bash get${MONITORING_EXPORTER_VERSION}.sh ${CUR_DIR}/../../dashboard/exporter-config.yaml
28-
echo 'Monitoring Exporter web application is built'
2927

3028
cd $CUR_DIR
3129
cp $PRJ_ROOT/wls-exporter.war \

0 commit comments

Comments
 (0)