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 ce5dfe7 commit a134d2aCopy full SHA for a134d2a
package-update.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+#
3
+echo "Updating submodules"
4
+sleep 0.3
5
+git submodule update --init --recursive
6
+
7
8
+echo "Initialising test after cloning..."
9
10
+./init-tests-after-clone.sh
0 commit comments