correct submodule
This commit is contained in:
parent
62d080b0f8
commit
13b0ae0170
1 changed files with 3 additions and 1 deletions
4
init.sh
4
init.sh
|
@ -17,7 +17,6 @@ mv mainfile.tex $mainfile.tex
|
||||||
mv stylefile.sty $stylefile.sty
|
mv stylefile.sty $stylefile.sty
|
||||||
mv gitlab-ci.yml .gitlab-ci.yml
|
mv gitlab-ci.yml .gitlab-ci.yml
|
||||||
mv gitignore .gitignore
|
mv gitignore .gitignore
|
||||||
mv gitmodules .gitmodules
|
|
||||||
mv latexmkrc .latexmkrc
|
mv latexmkrc .latexmkrc
|
||||||
mv ci .ci
|
mv ci .ci
|
||||||
rm init.sh
|
rm init.sh
|
||||||
|
@ -25,5 +24,8 @@ rm -rf .git
|
||||||
rm config
|
rm config
|
||||||
git init
|
git init
|
||||||
git add .
|
git add .
|
||||||
|
git submodule add https://gitlab.com/latexci/packages/LatexPackagesBuild.git
|
||||||
|
git submodule foreach git checkout master-build
|
||||||
|
mv gitmodules .gitmodules
|
||||||
git commit -m "initial commit"
|
git commit -m "initial commit"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue