Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Matthieu PERREIRA DA SILVA
TPs image INFO4
Commits
773e0872
Commit
773e0872
authored
Sep 02, 2020
by
Matthieu PERREIRA DA SILVA
Browse files
Merge branch 'master' of
https://gitlab.univ-nantes.fr/perreiradasilva-m/tps-image-info4
parents
8dbf0c2b
8dfd4351
Pipeline
#20516
passed with stage
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
773e0872
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages
:
before_script
:
-
apt-get update
-
apt-get install zip unzip locales -y
-
echo "fr_FR UTF-8" > /etc/locale.gen
-
locale-gen fr_FR.UTF-8
-
export LANG=fr_FR.UTF-8
-
export LANGUAGE=fr_FR:en
-
export LC_ALL=fr_FR.UTF-8
stage
:
deploy
script
:
-
|
mkdir .public
for tp in 'TP1' 'TP2' 'TP3' 'TP4'
do
cd $tp
zip -r $tp *
mv $tp.zip ../.public/$tp.zip
cd ..
done
mv .public public
artifacts
:
paths
:
-
public
only
:
-
master
Write
Preview
Supports
Markdown
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