Ver código fonte

test checkout

zhangweicheng 7 anos atrás
pai
commit
c07e91e870
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      Dockerfile_qa

+ 2 - 0
Dockerfile_qa

@@ -2,6 +2,8 @@ FROM costbase:latest
 
 
 WORKDIR /home/ConstructionCost
 WORKDIR /home/ConstructionCost
 
 
+RUN git checkout  master
+
 RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
 RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
 
 
 RUN cnpm install
 RUN cnpm install