소스 검색

change printf

Vladimir Tomishinets 4 년 전
부모
커밋
8227b2f96b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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-cloud && git checkout ${branch} \
     && echo $(git log -p -1 --pretty=format:"%h"|head -n1) > /tmp/version && cd customer-api \