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 9a52a47 commit 88832d7Copy full SHA for 88832d7
.buildkite/pipeline.yml
@@ -13,13 +13,6 @@ steps:
13
setup:
14
ruby:
15
- "3.3"
16
- - "3.2"
17
- - "3.1"
18
- - "3.0"
19
ruby_source:
20
- 'ruby'
21
- adjustments:
22
- - with:
23
- ruby_source: 'jruby'
24
- ruby: '9.4'
25
command: './.buildkite/run-tests.sh'
.buildkite/run-tests.sh
@@ -22,7 +22,7 @@ fi
source $script_path/create-serverless.sh
# Make sure we remove projects:
-trap cleanup EXIT
+# trap cleanup EXIT
26
27
# Run the tests:
28
bash $script_path/run-client.sh
0 commit comments