Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Add docker build #342

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants