We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580e055 commit e8aa3b8Copy full SHA for e8aa3b8
package.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-git submodule update --remote
+git submodule update --remote --init --recursive
4
5
./update_version.sh
6
zip cubeserver-api-python.zip -r lib/ boot.py code.py 2>&1 > /dev/null
0 commit comments