File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
55variables :
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
Original file line number Diff line number Diff 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
7373SET ARCHIVE_NAME = oneml-bootcamp-%TARGET_ARCH% .tar.gz
7474SET BASE_URL = https://github.com/sertiscorp/oneML-bootcamp/releases/download/%TAG% /%ARCHIVE_NAME%
7575IF NOT EXIST " %BINARY_PATH% \%ARCHIVE_NAME% " (
Original file line number Diff line number Diff line change 108108fi
109109
110110# artifacts
111- TAG=v0.10.0-rc.0
111+ TAG=v0.10.0
112112BASE_URL=https://github.com/sertiscorp/oneML-bootcamp/releases/download/${TAG} /oneml-bootcamp-${TARGET_ARCH} .tar.gz
113113if [ ! -f " $BINARY_PATH /oneml-bootcamp-${TARGET_ARCH} .tar.gz" ];
114114then
You can’t perform that action at this time.
0 commit comments