mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Initialize and update submodules when publishing meteor-tool.
This commit is contained in:
@@ -54,6 +54,7 @@ if [ -d meteor ]; then
|
||||
fi
|
||||
git clone --recursive https://github.com/meteor/meteor.git
|
||||
cd meteor
|
||||
git submodule update --init --recursive
|
||||
git fetch --tags
|
||||
END
|
||||
|
||||
|
||||
@@ -11,8 +11,10 @@ md C:\tmp
|
||||
cd C:\tmp
|
||||
|
||||
REM get the meteor/meteor repo
|
||||
C:\git\bin\git.exe clone https://github.com/meteor/meteor.git
|
||||
C:\git\bin\git.exe clone --recursive https://github.com/meteor/meteor.git
|
||||
cd meteor
|
||||
REM make extra sure to initialize and update submodules
|
||||
C:\git\bin\git.exe submodule update --init --recursive
|
||||
REM force git to use original end-line characters (unixy '\n')
|
||||
C:\git\bin\git.exe config --replace-all core.autocrlf input
|
||||
C:\git\bin\git.exe rm --cached -r . ^> nul
|
||||
|
||||
Reference in New Issue
Block a user