Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit e032b54

Browse files
author
Jeremy Carnus
committed
Enable unit test. Need to have a working LDAp to have them OK
1 parent 9c2f349 commit e032b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ADD . obm
3535
## BUILD OBM PACKAGES
3636
RUN cd obm/java/sync && \
3737
mvn dependency:go-offline || true && \
38-
mvn package -DskipTests -T1C
38+
mvn package -T1C
3939

4040
RUN cd obm/build-system && \
4141
./build.py /root/build-deb --nocompile --osversion wheezy all && \

0 commit comments

Comments
 (0)