Explorar el Código

test checkout

zhangweicheng hace 7 años
padre
commit
c07e91e870
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Dockerfile_qa

+ 2 - 0
Dockerfile_qa

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