Skip to content
New issue

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

Use docker in CI; Don't echo random number if pipe is closed #70

Merged
merged 2 commits into from
Feb 16, 2021

Conversation

fayalalebrun
Copy link
Collaborator

Fixes CI errors.

run: make test
- run: |
docker build -t course_os .
docker run course_os make test
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't you need to install docker as a dependency? I don't think ubuntu comes with it by default

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would think so as well, but the Github CI docs specify that the image indeed includes it.

Copy link
Collaborator

@jdonszelmann jdonszelmann Feb 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh sure, that's fine then

@jdonszelmann
Copy link
Collaborator

You should be able to merge your own PR now!

@fayalalebrun fayalalebrun merged commit 991b8bc into rellermeyer:master Feb 16, 2021
@ValentijnvdBeek
Copy link
Collaborator

Pulled the commit and it works fine

NULLx76 pushed a commit that referenced this pull request Nov 29, 2024
Use docker in CI; Don't echo random number if pipe is closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants