Tamarin: use forge.cadoles.com

このコミットが含まれているのは:
wpetit 2020-01-06 15:35:11 +01:00
コミット 81b4a52142
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -9,7 +9,7 @@ ARG TAMARIN_VERSION=develop
RUN apk add --no-cache git docker python3 bash
RUN git clone http://192.168.30.152/Cadoles/Tamarin /tamarin\
RUN git clone http://forge.cadoles.com/Cadoles/Tamarin /tamarin\
&& cd /tamarin\
&& git checkout ${TAMARIN_VERSION}