drud / quicksprint

A basic toolkit to get people started with ddev and a Drupal codebase on macOS, Linux, or WIndows
Other
24 stars 16 forks source link

package builder builds (purported) with docker images if you say "no" #72

Closed rfay closed 6 years ago

rfay commented 6 years ago

An option in the package builder is to include docker images or not include. However, if you say "n" - don't include docker images, you still get 4 different tarballs:

drupal_sprint_package.no_docker.v0.1.1-16-g8fda0f3.tar.gz
drupal_sprint_package.no_docker.v0.1.1-16-g8fda0f3.zip
drupal_sprint_package.v0.1.1-16-g8fda0f3.tar.gz
drupal_sprint_package.v0.1.1-16-g8fda0f3.zip
rfay commented 6 years ago

Got this fixed in https://github.com/drud/quicksprint/pull/81