Metadrop / drupal-artifact-builder

Helper to generate drupal artifacts
0 stars 1 forks source link

BUILD - repository changes: check only folders that will be commit to the repository #8

Closed jorgetutor closed 2 months ago

jorgetutor commented 2 months ago

There is a protection to avoid artifact misalignments that checks git status to identify any critical difference. It is needed that only the folders that will be used in the repository are analyzed.

Example: `

 There are changes in the repository (changed and/or untracked files), please run this artifact generation script with folder tree clean. Files changed  `
 M .ddev/config.yaml                     
omarlopesino commented 2 months ago

On it.

omarlopesino commented 2 months ago

Released in 1.5.0-alpha1 a version that only checks artifact content folders.

Testing it, if it works okay, it will be released at 1.5.0.

omarlopesino commented 2 months ago

Version 1.5.0-alpha2 works fine. Creating stable release.

omarlopesino commented 2 months ago

Released at 1.5.0. Everything works fine. I like this improvement, thanks for suggesting it!