Skip to content

Some fixes

Álvaro López García requested to merge ignacio-br0 into master

Created by: IgnacioHeredia

Hi Valentin,

I made a few changes:

  • I normalized the logo like other repositories
  • I added some additional conditions in the Jenkinsfile that I have been testing with Pablo so that the Docker image is not rebuild if only the metadata.json is updated
  • I corrected a non-ASCII character you had in the metadata.json that was preventing the html build. For the next time you can check for non-ASCII characters with the following command: grep --color='auto' -P -n '[^\x00-\x7F]' metadata.json

Merge request reports

Loading