disable tag checkout for common repo

master
Dominika Liberda 2021-10-11 00:47:30 +02:00
parent 7c105c8ecb
commit e7d4305a04
1 changed files with 1 additions and 1 deletions

View File

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