We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f125fb commit 19eddf1Copy full SHA for 19eddf1
.github/make.sh
@@ -182,7 +182,7 @@ if [[ "$CMD" == "bump" ]]; then
182
fi
183
184
if [[ "$CMD" == "bumpmatrix" ]]; then
185
- TEST_FILES=".buildkite/pipeline.yml .github/workflows/test.yml .github/workflows/integration_test.yml .github/workflows/yaml_test.yml"
+ TEST_FILES=".buildkite/pipeline.yml .github/workflows/test.yml"
186
for TEST_FILE in $TEST_FILES; do
187
sed -E -i.bak 's/[0-9]+\.[0-9]+\.[0-9]+-SNAPSHOT/'$VERSION'/g' ${TEST_FILE}
188
rm ${TEST_FILE}.bak
0 commit comments