Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
f239be26
Verified
Commit
f239be26
authored
Jul 09, 2020
by
Laurent Heirendt
✈
Browse files
move sm update outside loop
parent
5dc236b2
Pipeline
#29625
canceled with stages
in 3 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci/deploy.sh
View file @
f239be26
...
...
@@ -17,6 +17,10 @@ else
version
=
"unstable"
;
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 submodule update
--recursive
--init
# 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
...
...
@@ -43,9 +47,7 @@ do
# change to the blade directory to be built
cd
$BLADE
# 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 submodule update
--recursive
--init
# run contribute
cp
../../template/Gruntfile.coffee
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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