https://github.com/codeship/codeship-pro-tutorial
A simple introductory tutorial for the Codeship Docker Infrastructure
https://github.com/codeship/codeship-pro-tutorial
Last synced: 9 months ago
JSON representation
A simple introductory tutorial for the Codeship Docker Infrastructure
- Host: GitHub
- URL: https://github.com/codeship/codeship-pro-tutorial
- Owner: codeship
- License: mit
- Created: 2015-06-10T18:24:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T14:46:30.000Z (over 4 years ago)
- Last Synced: 2025-03-31T12:58:10.598Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 15.6 KB
- Stars: 21
- Watchers: 24
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Codeship Pro Tutorial
Please see our Codeship Pro [Getting Started](https://documentation.codeship.com/pro/getting-started/getting-started/) tutorial for the full text as well as installation instructions for the CLI.
## Quick Setup
Once you have the CLI installed, clone this repository via
```bash
git clone https://github.com/codeship/codeship-pro-tutorial.git
```
and then run the build via
```bash
cd codeship-pro-tutorial
jet steps
```
## Submitting an Issue
We use the [GitHub issue tracker][issues] to track bugs and features for this tutorial. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. When submitting a bug report, please include any details that may be necessary to reproduce the bug.
## Submitting a Pull Request
1. [Fork the repository.][fork]
2. [Create a topic branch.][branch]
3. Implement your feature or bug fix.
4. Add, commit, and push your changes.
5. [Submit a pull request.][pr]
## When not to submit an issue
Please don't create new issues on this repository when you experience issues with your builds on https://codeship.com, want to request new features for the CI system or have general questions on how to use https://codeship.com or the Docker Infrastructure for your projects.
In all of the above cases, reach out to our support team at support@codeship.com or on Twitter at [@CodeshipSupport](https://twitter.com/CodeshipSupport).
*This file was taken from https://github.com/middleman/middleman-heroku/blob/master/CONTRIBUTING.md and extended for use with the Codeship documentation.*
[issues]: https://github.com/codeship/jet-tutorial/issues
[fork]: http://help.github.com/fork-a-repo/
[branch]: https://github.com/blog/1377-create-and-delete-branches
[pr]: http://help.github.com/send-pull-requests/