From 8f20dca902f6bc079d5d589ddd6d56ec747dc9c7 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Mon, 29 Jun 2020 22:28:55 +0200 Subject: [PATCH] #40 added setup script to init repo --- setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.sh b/setup.sh index 606e578..49f51c0 100755 --- a/setup.sh +++ b/setup.sh @@ -15,10 +15,12 @@ fi if [ $1 == "markdown" ] then 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 elif [ $1 == "latex" ] then 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 else write_help