We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144cc87 commit 33a751cCopy full SHA for 33a751c
1 file changed
.github/make.sh
@@ -168,7 +168,7 @@ if [[ "$CMD" == "bump" ]]; then
168
fi
169
170
if [[ "$CMD" == "bumpmatrix" ]]; then
171
- TEST_FILES=".github/workflows/test.yml .github/workflows/integration_test.yml .github/workflows/yaml_test.yml"
+ TEST_FILES=".github/workflows/test.yml .github/workflows/integration_test.yml .buildkite/pipeline.yml"
172
for TEST_FILE in $TEST_FILES; do
173
sed -E -i.bak 's/[0-9]+\.[0-9]+\.[0-9]+-SNAPSHOT/'$VERSION'/g' ${TEST_FILE}
174
rm ${TEST_FILE}.bak
0 commit comments