Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Pôle IS
Bundles Symfony 2
plantuml-bundle
Commits
63ea0ae8
Commit
63ea0ae8
authored
Jul 04, 2019
by
Guillaume Perréal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: correction de style dans le .gitlab-ci.yml.
parent
263eb8c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
.gitlab-ci.yml
.gitlab-ci.yml
+3
-6
No files found.
.gitlab-ci.yml
View file @
63ea0ae8
...
...
@@ -18,17 +18,14 @@ vendor:
<<
:
*php
stage
:
vendor
dependencies
:
[]
script
:
-
composer install --no-suggest --no-progress
script
:
composer install --no-suggest --no-progress
artifacts
:
name
:
"
$CI_JOB_NAME"
paths
:
-
vendor
paths
:
[
vendor
]
expire_in
:
4 hours
cache
:
key
:
"
$CI_BUILD_REF_NAME-composer"
paths
:
-
"
$COMPOSER_CACHE_DIR"
paths
:
[
"
$COMPOSER_CACHE_DIR"
]
.php-test
:
&php-test
<<
:
*php
...
...
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