Skip to content

Commit 19eddf1

Browse files
Remove test files that do no exist in this branch
1 parent 2f125fb commit 19eddf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ if [[ "$CMD" == "bump" ]]; then
182182
fi
183183

184184
if [[ "$CMD" == "bumpmatrix" ]]; then
185-
TEST_FILES=".buildkite/pipeline.yml .github/workflows/test.yml .github/workflows/integration_test.yml .github/workflows/yaml_test.yml"
185+
TEST_FILES=".buildkite/pipeline.yml .github/workflows/test.yml"
186186
for TEST_FILE in $TEST_FILES; do
187187
sed -E -i.bak 's/[0-9]+\.[0-9]+\.[0-9]+-SNAPSHOT/'$VERSION'/g' ${TEST_FILE}
188188
rm ${TEST_FILE}.bak

0 commit comments

Comments
 (0)