Tomishinets Vladimir 3 vuotta sitten
vanhempi
commit
544a4c0896
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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  \