savoirfairelinux / cqfd

cqfd helps running commands inside the Docker container configured for your project, keeping the user and working directory the same inside the container
GNU General Public License v3.0
65 stars 31 forks source link

Bug fix : evaluate files field after the run command #94

Closed eroussy closed 1 year ago

eroussy commented 1 year ago

Evaluating the files variable before launching the command can result in bugs if some file's names change at every build.

See issue 88 for more information.

joufella commented 1 year ago

Thanks, merged