Vauxoo / travis2docker

This is a Library to transform travis to docker file
BSD 2-Clause "Simplified" License
13 stars 15 forks source link

t2d: Define a default for --root-path #167

Closed moylop260 closed 1 year ago

moylop260 commented 2 years ago

Currently,

If --root-path is not defined a tmp folder is used

However, it can not be re-used a second time

Better using a default

Currently, we are using a t2d alias with the following value --root-path=$HOME/.t2d so we could use the same path

luisg123v commented 2 years ago

:+1: