Skip to content

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