Skip to content

Commit 395e6c5

Browse files
committed
stick to cer tag to build
1 parent 98c55ca commit 395e6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RUN cd ${DEPENDENCIES_DIR} && \
113113
RUN cd ${DEPENDENCIES_DIR} && \
114114
git clone https://github.com/robotology/cer.git && \
115115
cd cer && mkdir -p build && cd build && \
116-
git checkout devel && \
116+
git checkout $(git tag | tail -1) && \
117117
cmake .. \
118118
-DCMAKE_PREFIX_PATH=${DEPENDENCIES_DIR}/install \
119119
-DCMAKE_INSTALL_PREFIX=${DEPENDENCIES_DIR}/install \

0 commit comments

Comments
 (0)