We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4885e43 commit e80102fCopy full SHA for e80102f
scripts/dev/create_package.sh
@@ -343,6 +343,9 @@ function createPackage {
343
#delete tutorials by now
344
rm -Rf $PKG_OFROOT/tutorials
345
346
+ #remove of script until after 0.12.1
347
+ rm $PKG_OFROOT/of
348
+
349
RELEASE="${RELEASE:-latest}"
350
#for now we force latest as we don't have releases in Apothecary for RC etc
351
#prob should have a way to detect if the release exists and if it doesn't downgrade to latest
0 commit comments