#40 added setup script to init repo
This commit is contained in:
parent
6a58b7b130
commit
8f20dca902
2
setup.sh
2
setup.sh
|
@ -15,10 +15,12 @@ fi
|
||||||
if [ $1 == "markdown" ]
|
if [ $1 == "markdown" ]
|
||||||
then
|
then
|
||||||
cp templates/markdown.gitlab-ci.yml ./.gitlab-ci.yml
|
cp templates/markdown.gitlab-ci.yml ./.gitlab-ci.yml
|
||||||
|
cp templates/markdown.azure-pipelines.yml ./azure-pipelines.yml
|
||||||
cp templates/markdown.tasks.json ./.vscode/tasks.json
|
cp templates/markdown.tasks.json ./.vscode/tasks.json
|
||||||
elif [ $1 == "latex" ]
|
elif [ $1 == "latex" ]
|
||||||
then
|
then
|
||||||
cp templates/latex.gitlab-ci.yml ./.gitlab-ci.yml
|
cp templates/latex.gitlab-ci.yml ./.gitlab-ci.yml
|
||||||
|
cp templates/latex.azure-pipelines.yml ./azure-pipelines.yml
|
||||||
cp templates/latex.tasks.json ./.vscode/tasks.json
|
cp templates/latex.tasks.json ./.vscode/tasks.json
|
||||||
else
|
else
|
||||||
write_help
|
write_help
|
||||||
|
|
Loading…
Reference in New Issue
Block a user