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 c93bac0 commit 5962a24Copy full SHA for 5962a24
Rakefile
@@ -12,7 +12,7 @@ require 'yaml'
12
require 'json'
13
require_relative 'spec/spec_utilities'
14
15
-ENV['VAULT_APPROLE_ROLE_ID'] = '48adc137-3270-fc4a-ae65-1306919d4bb0'
+ENV['VAULT_APPROLE_ROLE_ID'] ||= '48adc137-3270-fc4a-ae65-1306919d4bb0'
16
oss_package = ENV['OSS_PACKAGE'] and ENV['OSS_PACKAGE'] == 'true'
17
18
# Workaround for certain rspec/beaker versions
0 commit comments