瀏覽代碼

Do not checkout master of utils submodules on build

pull/53/head
Kristijan Mitrovic 4 年之前
父節點
當前提交
cd3d871327
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bin/first_time_setup.sh

+ 1
- 1
bin/first_time_setup.sh 查看文件

@@ -46,7 +46,7 @@ abp-parser
"
pushd utils
for repo in ${UTIL_REPOS} ; do
pushd ${repo} && git checkout master && mvn -DskipTests=true -Dcheckstyle.skip=true clean install && popd || die "Error installing ${repo}"
pushd ${repo} && mvn -DskipTests=true -Dcheckstyle.skip=true clean install && popd || die "Error installing ${repo}"
done
popd



Loading…
取消
儲存