Skip to content

Commit 743a27f

Browse files
author
Chris Maunder
committed
Corrected location of create_packages script
1 parent cbc0262 commit 743a27f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/ObjectDetectionYOLOv5-6.2/package.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@Echo off
2-
REM Module Packaging script. To be called from create_packages.bat
2+
REM Module Packaging script. To be called from ..\..\devops\build\create_packages.bat
33

44
set moduleId=%~1
55
set version=%~2

modules/ObjectDetectionYOLOv5-6.2/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Module Packaging script. To be called from create_packages.sh
3+
# Module Packaging script. To be called by: bash ../../devops/build/create_packages.sh
44

55
moduleId=$1
66
version=$2

modules/ObjectDetectionYOLOv5Net/package.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@Echo off
2-
REM Module Packaging script. To be called from create_packages.bat
2+
REM Module Packaging script. To be called from ..\..\devops\build\create_packages.bat
33

44
REM The executable for this module is downloaded from S3. There are multiple forms
55
REM of the executable, corresponding to different hardware, and the appropriate

modules/ObjectDetectionYOLOv5Net/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Module Packaging script. To be called from create_packages.sh
3+
# Module Packaging script. To be called by: bash ../../devops/build/create_packages.sh
44

55
# The executable for this module is downloaded from S3. There are multiple forms
66
# of the executable, corresponding to different hardware, and the appropriate

0 commit comments

Comments
 (0)