gitlab-org--gitlab-foss/doc/ci/examples
Jeffrey Cafferata 11551de5fa
Changed composer installer script in the CI PHP example doc
The script will check some php.ini settings warn you if they
are set incorrectly, and then download the latest composer.phar
in the current directory. These lines will, in order:

- Download the installer SHA-384 to the current directory
- Download the installer to the current directory
- Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html
- Run the installer
- Remove the installer & the installer SHA-384

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-26 17:25:30 +01:00
..
deployment
php.md Changed composer installer script in the CI PHP example doc 2017-01-26 17:25:30 +01:00
README.md Merge the two Scala examples 2016-11-18 17:01:28 +01:00
test-and-deploy-python-application-to-heroku.md
test-and-deploy-ruby-application-to-heroku.md Update test-and-deploy-ruby-application-to-heroku.md 2016-12-21 16:43:29 +00:00
test-clojure-application.md
test-phoenix-application.md Improve a bit the example .gitlab-ci.yml for Phoenix 2016-10-11 09:36:03 +02:00
test-scala-application.md Merge the two Scala examples 2016-11-18 17:01:28 +01:00

CI Examples

A collection of .gitlab-ci.yml files is maintained at the GitLab CI Yml project. If your favorite programming language or framework are missing we would love your help by sending a merge request with a .gitlab-ci.yml.

Apart from those, here is an collection of tutorials and guides on setting up your CI pipeline: