ChewKeanHo / AutomataCI

An open-source, redistributable, template-guided, and semi-autonomous CI infrastructure readily available your next project.
Apache License 2.0
18 stars 1 forks source link

automataCI: ensure deb packager reacts to 'any' os and arch properly #319

Closed hollowaykeanho closed 2 months ago

hollowaykeanho commented 2 months ago

The 'any' value for both target os and target arch are not properly handled for deb packager. This is a bug due to the misplaced response code handler. Hence, let's correct it.

This patch ensures deb packager reacts to 'any' os and arch properly in automataCI/ directory.