Drop Jenkins jobs (#1877)

This commit is contained in:
Josh Mock
2023-05-05 14:30:01 -05:00
committed by GitHub
parent c9f31d22fd
commit 4b74e4136e
25 changed files with 2 additions and 883 deletions

View File

@ -86,13 +86,6 @@ async function bump (args) {
'utf8'
)
const testMatrix = await readFile(join(import.meta.url, 'test-matrix.yml'), 'utf8')
await writeFile(
join(import.meta.url, 'test-matrix.yml'),
testMatrix.replace(/STACK_VERSION:\s+\- "[0-9]+[0-9\.]*[0-9](?:\-SNAPSHOT)?"/, `STACK_VERSION:\n - "${cleanVersion}-SNAPSHOT"`), // eslint-disable-line
'utf8'
)
const pipeline = await readFile(join(import.meta.url, '..', '.buildkite', 'pipeline.yml'))
await writeFile(
join(import.meta.url, '..', '.buildkite', 'pipeline.yml'),