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 2f09589Copy full SHA for 2f09589
.buildkite/create-serverless.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-export EC_REGISTER_BACKEND=appex-qa-team-cluster
+export EC_REGISTER_BACKEND=buildkite
6
export EC_ENV=qa
7
export EC_REGION=aws-eu-west-1
8
# Using BUILDKITE_JOB_ID for the name to make it unique:
.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'
0 commit comments