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
8dfd4351
Commit
8dfd4351
authored
Sep 02, 2020
by
Matthieu PERREIRA DA SILVA
Browse files
Update .gitlab-ci.yml
parent
4070a802
Pipeline
#20515
passed with stage
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8dfd4351
...
...
@@ -16,10 +16,9 @@ pages:
mkdir .public
for tp in 'TP1' 'TP2' 'TP3' 'TP4'
do
mkdir .public/$tp
cd $tp
zip -r $tp *
mv $tp.zip ../.public/$tp
/Sujet
.zip
mv $tp.zip ../.public/$tp.zip
cd ..
done
mv .public public
...
...
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