1 2 3 4 5 6
#!/bin/bash # Ensure we fail the job if any steps fail set -e -o pipefail cd kubernetes/ make all