|
@@ -5,7 +5,7 @@ COPY id_rsa /root/.ssh
|
|
|
RUN export GRADLE_HOME=/opt/gradle/gradle-${gradle_version} \
|
|
|
&& export PATH=${GRADLE_HOME}/bin:${PATH} \
|
|
|
&& gradle -v \
|
|
|
- && printf "Host git.alfatell.ru \n\tStrictHostKeyChecking no" > /root/.ssh/config \
|
|
|
+ && printf "Host github.com \n\tStrictHostKeyChecking no" > /root/.ssh/config \
|
|
|
&& git clone git@github.com:icruportal/web-registration.git \
|
|
|
&& cd web-registration && git checkout ${branch} \
|
|
|
&& echo $(git log -p -1 --pretty=format:"%h"|head -n1) > /tmp/version \
|