Skip to content

Commit 79bf97e

Browse files
committed
WIP: test oparin base_ref
1 parent d54bf23 commit 79bf97e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/manageiq/cross_repo/runner.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ def run_test_script(test_script)
113113
w.write(test_script)
114114
w.close
115115

116+
puts "** AG: #{env_vars.inspect}"
117+
116118
system!(env_vars, "/bin/bash -s", :in => r, :out => $stdout, :err => $stderr)
117119
end
118120
end

lib/manageiq/cross_repo/runner/github.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def self.available?
1616
def env_vars
1717
super.merge(
1818
"CI" => "true",
19-
"GITHUB_BASE_REF" => nil, # TODO: test_repo.base_ref,
19+
"GITHUB_BASE_REF" => "oparin", # TODO: test_repo.base_ref,
2020
"GITHUB_REF_NAME" => test_repo.ref || test_repo.sha,
2121
"GITHUB_REPOSITORY" => test_repo.identifier,
2222
"GITHUB_REPOSITORY_OWNER" => test_repo.org,

0 commit comments

Comments
 (0)