disable tag checkout for common repo

This commit is contained in:
Dominika Liberda 2021-10-11 00:47:30 +02:00
parent 7c105c8ecb
commit e7d4305a04

View file

@ -20,7 +20,7 @@ mkdir -p ${_MOZBUILD}
printf "\nCopying branding and source code changes to firefox source code\n"; printf "\nCopying branding and source code changes to firefox source code\n";
git clone $_COMMON_REPO ${_COMMON_DIR} git clone $_COMMON_REPO ${_COMMON_DIR}
cd ${_COMMON_DIR} cd ${_COMMON_DIR}
git checkout ${_COMMON_TAG} #git checkout ${_COMMON_TAG}
cd .. cd ..
cp -r ${_COMMON_DIR}/source_files/* $srcdir/; cp -r ${_COMMON_DIR}/source_files/* $srcdir/;