Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
bd0e80d3
Verified
Commit
bd0e80d3
authored
Jul 09, 2020
by
Laurent Heirendt
✈
Browse files
debugging
parent
f239be26
Pipeline
#29626
passed with stages
in 4 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci/deploy.sh
View file @
bd0e80d3
...
...
@@ -18,14 +18,19 @@ else
fi
# build the unstable version - can be optimized
git config submodule.theme.url https://
$CI_DEPLOY_USER
:
$CI_DEPLOY_PASSWORD
@git-r3lab.uni.lu/R3-core/outreach/theme.git
#
git config submodule.theme.url https://$CI_DEPLOY_USER:$CI_DEPLOY_PASSWORD@git-r3lab.uni.lu/R3-core/outreach/theme.git
git submodule update
--recursive
--init
# output the directory content
ls
-lash
# add matomo
sed
-i
"/matomohead/r./.ci/analytics/head.html"
theme/templates/_index.html
sed
-i
"/matomopolicy/r./.ci/analytics/policy.html"
theme/templates/_index.html
sed
-i
"/matomobanner/r./.ci/analytics/gdpr-banner.html"
theme/templates/_index.html
echo
" > LAP included"
# loop through all the presentations
nBlades
=
0
for
d
in
$(
find
.
-maxdepth
1
-type
d
)
...
...
@@ -47,8 +52,6 @@ do
# change to the blade directory to be built
cd
$BLADE
# run contribute
cp
../../template/Gruntfile.coffee
.
ln
-s
../../theme/package.json package.json
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment