This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -euo pipefail | |
| echo "=== Test: Python Library Strategy Packaging Bug ===" | |
| echo "" | |
| echo "This script reproduces the bug in the python-library ClusterBuildStrategy" | |
| echo "where artifacts are packaged with nested paths instead of flat structure." | |
| echo "" | |
| # Setup test environment |