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 e551d44 commit aeef60bCopy full SHA for aeef60b
1 file changed
tests/test.sh
@@ -23,17 +23,17 @@ else
23
fi
24
25
#clone libSBOLj
26
-message "pulling libSBOLj"
27
-if cd libSBOLj; then
28
- git pull;
29
- cd ..;
30
-else
31
- git clone https://github.com/SynBioDex/libSBOLj;
32
- cd libSBOLj;
33
- git submodule update --init --recursive;
34
- mvn package;
35
36
-fi
+# message "pulling libSBOLj"
+# if cd libSBOLj; then
+# git pull;
+# cd ..;
+# else
+# git clone https://github.com/SynBioDex/libSBOLj;
+# cd libSBOLj;
+# git submodule update --init --recursive;
+# mvn package;
+# fi
37
38
#!/bin/sh
39
0 commit comments