bitnami / minideb

A small image based on Debian designed for use in containers
https://bitnami.com
Apache License 2.0
2.08k stars 178 forks source link

ci(snapshot_id): Fix URL escaping #138

Closed aruiz14 closed 2 years ago

aruiz14 commented 2 years ago

Description of the change

Fixes the CI builds, whose error was being hidden by an incorrect output from the snapshot_id script.

Benefits

CI builds will succeed again

Possible drawbacks

None

Applicable issues

N/A

Additional information

The script was extracting the URL query from the links on the main page, but the & character was URL encoded, which seems to have stopped working.