浏览代码

test checkout

zhangweicheng 7 年之前
父节点
当前提交
c07e91e870
共有 1 个文件被更改,包括 2 次插入0 次删除
  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