sclorg / container-common-scripts

Apache License 2.0
20 stars 45 forks source link

add possibility for enabling debug mode in building and testing scripts #299

Closed zmiklank closed 2 years ago

zmiklank commented 2 years ago

This PR porposes an option to enable debug mode in the building, testing, tagging and cleaning scripts.

zmiklank commented 2 years ago

[test-all]

phracek commented 2 years ago

@zmiklank I agree with debug mode, but all GitHub actions have to be changed as well. What about adding into GitHubAction variable for it? https://github.com/sclorg/testing-farm-as-github-action/blob/main/action.yml#L128. Adding more and more variables and fixing GitHub actions can be somehow generalized. What about checking if the comment contains [something=value] and then parsing it and adding it to GitHub action?

zmiklank commented 2 years ago

[test-all]