We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide an example .yaml file for building an docker container and running within travis-ci/gitlab-ci. The yaml files are quite short .e.g
language: python python:
install:
script:
I would also suggest updating the Chapter 3.3 Makefiles/Fabric to use .yaml to match what the CI & docker descriptions you have.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Location within the Book
Description
Provide an example .yaml file for building an docker container and running within travis-ci/gitlab-ci. The yaml files are quite short .e.g
language: python
python:
command to install dependencies
install:
command to run tests
script:
I would also suggest updating the Chapter 3.3 Makefiles/Fabric to use .yaml to match what the CI & docker descriptions you have.
The text was updated successfully, but these errors were encountered: