Переглянути джерело

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



Завантаження…
Відмінити
Зберегти