File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 9
9
RUBY_SOURCE : " {{ matrix.ruby_source }}"
10
10
EC_PROJECT_PREFIX : ' sl_ruby'
11
11
CLOUD_CREDENTIALS_PATH : ' secret/ci/elastic-elasticsearch-serverless-ruby/cloud-access'
12
- GITHUB_TOKEN_PATH : ' secret/ci/elastic-elasticsearch-serverless-ruby/github-token'
13
12
matrix :
14
13
setup :
15
14
ruby :
Original file line number Diff line number Diff line change @@ -19,17 +19,13 @@ docker build \
19
19
20
20
echo " --- :ruby: Running $TEST_SUITE tests"
21
21
22
- GITHUB_TOKEN=$( vault read -field=token " $GITHUB_TOKEN_PATH " )
23
- export GITHUB_TOKEN
24
-
25
22
docker run \
26
23
-e " TEST_SUITE=${TEST_SUITE} " \
27
24
-e " ELASTIC_USER=elastic" \
28
25
-e " BUILDKITE=true" \
29
26
-e " TRANSPORT_VERSION=${TRANSPORT_VERSION} " \
30
27
-e " ELASTICSEARCH_URL=${ELASTICSEARCH_URL} " \
31
28
-e " API_KEY=${ES_API_SECRET_KEY} " \
32
- -e " GITHUB_TOKEN" \
33
29
--volume $repo :/usr/src/app \
34
30
--name elasticsearch-ruby \
35
31
--rm \
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ namespace :spec do
52
52
filename = 'tests.zip'
53
53
url = 'https://api.github.com/repos/elastic/elasticsearch-clients-tests/zipball/main'
54
54
55
- File . open ( filename , "w" ) do |downloaded_file |
55
+ File . open ( filename , 'w' ) do |downloaded_file |
56
56
URI . open (
57
57
url ,
58
58
'Accept' => 'application/vnd.github+json'
You can’t perform that action at this time.
0 commit comments