Skip to content

Commit 7119052

Browse files
author
Peeranat Fupongsiripan
committed
Merge branch 'fix/download-url' into 'develop'
fix url and update version See merge request sertiscorp/mle/edge/oneml-bootcamp!51
2 parents 76acbdc + 1aee8f6 commit 7119052

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image:
44

55
variables:
66
ONEML_PATH: sertiscorp/mle/edge/oneml
7-
ONEML_REF: v3.9.1 # a tag or branch name to get oneML artifacts from
7+
ONEML_REF: v3.11.1 # a tag or branch name to get oneML artifacts from
88
ONEML_COMMIT_HASH: "" # needed only if ONEML_REF is not a tag
99
BOOTCAMP_TAG: v0.10.0 # set manually to the latest or new oneML-bootcamp tag
1010
RELEASE_BODY: "" # generated automatically

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ IF NOT "%CLEAN%"=="" (
6969
)
7070

7171
:: artifacts
72-
SET TAG=v0.10.0-rc.0
72+
SET TAG=v0.10.0
7373
SET ARCHIVE_NAME=oneml-bootcamp-%TARGET_ARCH%.tar.gz
7474
SET BASE_URL=https://github.com/sertiscorp/oneML-bootcamp/releases/download/%TAG%/%ARCHIVE_NAME%
7575
IF NOT EXIST "%BINARY_PATH%\%ARCHIVE_NAME%" (

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ then
108108
fi
109109

110110
# artifacts
111-
TAG=v0.10.0-rc.0
111+
TAG=v0.10.0
112112
BASE_URL=https://github.com/sertiscorp/oneML-bootcamp/releases/download/${TAG}/oneml-bootcamp-${TARGET_ARCH}.tar.gz
113113
if [ ! -f "$BINARY_PATH/oneml-bootcamp-${TARGET_ARCH}.tar.gz" ];
114114
then

0 commit comments

Comments
 (0)