Skip to content

Commit 33a80b9

Browse files
authored
Update branch in webdownload-source
1 parent 6c36162 commit 33a80b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ec2builder-component.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ phases:
99
action: WebDownload
1010
maxAttempts: 3
1111
inputs:
12-
- source: https://raw.githubusercontent.com/ravi9/openvino-ami/2022.3.0/install-ov-notebooks.sh
12+
- source: https://raw.githubusercontent.com/ravi9/openvino-ami/main/install-ov-notebooks.sh
1313
destination: /tmp/
1414
overwrite: true
1515
ignoreCertificateErrors: true

ec2builder-test-component.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ phases:
99
action: WebDownload
1010
maxAttempts: 3
1111
inputs:
12-
- source: https://raw.githubusercontent.com/ravi9/openvino-ami/2022.3.0/test-pip-ov-install.sh
12+
- source: https://raw.githubusercontent.com/ravi9/openvino-ami/main/test-pip-ov-install.sh
1313
destination: /tmp/
1414
overwrite: true
1515
ignoreCertificateErrors: true

0 commit comments

Comments
 (0)