Skip to content
Snippets Groups Projects
Commit 0f2d16f2 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

move local git creds to folder

parent a78f136f
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,6 @@ echo $rootDir
rm -rf $rootDir/public
mkdir $rootDir/public
# configure git
git config --local user.email "artenobot@uni.lu"
git config --local user.name "artenobot"
# loop through all the presentations
nBlades=0
for d in $(find . -maxdepth 1 -type d)
......@@ -38,6 +34,10 @@ do
# change to the blade directory to be built
cd $BLADE
# configure git
git config --local user.email "artenobot@uni.lu"
git config --local user.name "artenobot"
# install npm
yarn add -g yo grunt-cli generator-reveal
yarn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment