Skip to content

Add docker build #342

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

rdeits
Copy link
Contributor

@rdeits rdeits commented Dec 13, 2017

Demonstrates adding Docker build from #341

Probably won't work right away, since I'm guessing about the Travis commands a little bit.

travis-script.sh Outdated
set -ex

if [[ -a .git/shallow ]]; then
git fetch --unshallow
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure why we need git history, but perhaps it would be faster to set this from the travis file:

git:
  depth: 2147483647

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, that's probably left over from the old PkgDev templates which did this. Your way is nicer.

@rdeits
Copy link
Contributor Author

rdeits commented Dec 13, 2017

Ok, docker build is working now.

@rdeits rdeits changed the title WIP: Add docker build Add docker build Dec 13, 2017
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.

2 participants