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 0279ce5 commit 8955f23Copy full SHA for 8955f23
Rakefile
@@ -491,7 +491,7 @@ def force_update(branch)
491
end
492
493
def update_files_in_repos(purpose, suffix='')
494
- branch_name = "update-#{purpose.gsub ' ', '-'}-#{Date.today.iso8601}-for-#{BASE_BRANCH}"
+ branch_name = "update-#{purpose.gsub ' ', '-'}-#{ENV.fetch('BRANCH_DATE',Date.today.iso8601)}-for-#{BASE_BRANCH}"
495
496
each_project_with_common_build do |proj|
497
assert_clean_git_status(proj)
0 commit comments