mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Move languages to examples
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
# Build script examples
|
||||
## Build script examples
|
||||
|
||||
+ [Test and deploy a Ruby application to Heroku](test-and-deploy-ruby-application-to-heroku.md)
|
||||
+ [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md)
|
||||
+ [Test a Clojure application](test-clojure-application.md)
|
||||
- [Test and deploy a Ruby application to Heroku](test-and-deploy-ruby-application-to-heroku.md)
|
||||
- [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md)
|
||||
- [Test a Clojure application](test-clojure-application.md)
|
||||
|
||||
### Languages
|
||||
|
||||
This is a list of languages you can test with GitLab CI. Each section has
|
||||
comprehensive documentation and comes with a test repository hosted on
|
||||
GitLab.com
|
||||
|
||||
- [Testing PHP](php.md)
|
||||
|
@ -1,7 +0,0 @@
|
||||
### Languages
|
||||
|
||||
This is a list of languages you can test with GitLab CI. Each section has
|
||||
comprehensive documentation and comes with a test repository hosted on
|
||||
GitLab.com
|
||||
|
||||
+ [Testing PHP](php.md)
|
Reference in New Issue
Block a user