Skip to content

Commit aeef60b

Browse files
committed
Remove libSBOLj
1 parent e551d44 commit aeef60b

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

tests/test.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ else
2323
fi
2424

2525
#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-
cd ..;
36-
fi
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+
# cd ..;
36+
# fi
3737

3838
#!/bin/sh
3939

0 commit comments

Comments
 (0)