Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
school
courses
Commits
bd0e80d3
Verified
Commit
bd0e80d3
authored
4 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Patches
Plain Diff
debugging
parent
f239be26
No related branches found
No related tags found
1 merge request
!84
Regular merge of develop
Pipeline
#29626
passed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/deploy.sh
+6
-3
6 additions, 3 deletions
.ci/deploy.sh
with
6 additions
and
3 deletions
.ci/deploy.sh
+
6
−
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment