Skip to content

Commit e80102f

Browse files
authored
Update create_package.sh
remove of script in root for now
1 parent 4885e43 commit e80102f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/dev/create_package.sh

+3
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ function createPackage {
343343
#delete tutorials by now
344344
rm -Rf $PKG_OFROOT/tutorials
345345

346+
#remove of script until after 0.12.1
347+
rm $PKG_OFROOT/of
348+
346349
RELEASE="${RELEASE:-latest}"
347350
#for now we force latest as we don't have releases in Apothecary for RC etc
348351
#prob should have a way to detect if the release exists and if it doesn't downgrade to latest

0 commit comments

Comments
 (0)