|
@@ -6,7 +6,7 @@ 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 \
|
|
|
- && git clone ssh://gitolite@git.alfatell.ru:2223/web-registration-cloud.git \
|
|
|
+ && 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 \
|
|
|
&& mvn clean install && cd ../promo/ \
|