-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'edburns-msft-ew-6237-update-scripts-zip-version' into '…
…main' On branch edburns-msft-ew-6237-update-scripts-zip-version Chang 4.2.5 to 4.2.8. See merge request weblogic-cloud/weblogic-kubernetes-operator!4837 (cherry picked from commit f933d6d) f780290 On branch edburns-msft-ew-6237-update-scripts-zip-version Chang 4.2.5 to 4.2.8.
- Loading branch information
1 parent
14eb840
commit 45d4faf
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...mentation/site/content/samples/azure-kubernetes-service/includes/download-samples-zip.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
##### Download the WebLogic Kubernetes Operator sample. | ||
|
||
Download the WebLogic Kubernetes Operator sample ZIP file. We will use several scripts in this zip file to create a WebLogic domain. This sample was tested with v4.2.5, but should work with the latest release. | ||
Download the WebLogic Kubernetes Operator sample ZIP file. We will use several scripts in this zip file to create a WebLogic domain. This sample was tested with v4.2.8, but should work with the latest release. | ||
|
||
```shell | ||
$ cd $BASE_DIR | ||
$ mkdir sample-scripts | ||
$ curl -m 120 -fL https://github.com/oracle/weblogic-kubernetes-operator/releases/download/v4.2.5/sample-scripts.zip \ | ||
$ curl -m 120 -fL https://github.com/oracle/weblogic-kubernetes-operator/releases/download/v4.2.8/sample-scripts.zip \ | ||
-o ${BASE_DIR}/sample-scripts/sample-scripts.zip | ||
$ unzip ${BASE_DIR}/sample-scripts/sample-scripts.zip -d ${BASE_DIR}/sample-scripts | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters