Skip to content

Commit 88832d7

Browse files
committed
Testing buildkite
1 parent 9a52a47 commit 88832d7

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ steps:
1313
setup:
1414
ruby:
1515
- "3.3"
16-
- "3.2"
17-
- "3.1"
18-
- "3.0"
1916
ruby_source:
2017
- 'ruby'
21-
adjustments:
22-
- with:
23-
ruby_source: 'jruby'
24-
ruby: '9.4'
2518
command: './.buildkite/run-tests.sh'

.buildkite/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
source $script_path/create-serverless.sh
2323

2424
# Make sure we remove projects:
25-
trap cleanup EXIT
25+
# trap cleanup EXIT
2626

2727
# Run the tests:
2828
bash $script_path/run-client.sh

0 commit comments

Comments
 (0)