Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
6addd515
Commit
6addd515
authored
Jul 23, 2018
by
Mindiell
Browse files
Tentative pour faire fonctionner les tests automatisés sur la CI de Gitlab
parent
abbc9901
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6addd515
before_script
:
-
'
[[
-d
/srv/soutien/
]]
||
mkdir
-p
/srv/soutien/'
-
'
[[
-d
./var/log/
]]
||
mkdir
-p
./var/log/'
-
'
which
git
||
(apt-get
update
-yq
&&
apt-get
install
git
-yqq)'
stages
:
-
test
...
...
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