Skip to content

Commit

Permalink
Merge branch 'tp/ruby-3.1.6-upgrade' of github.com:chef/chef-foundati…
Browse files Browse the repository at this point in the history
…on into tp/ruby-3.1.6-upgrade
  • Loading branch information
tpowell-progress committed Sep 20, 2024
2 parents c6434fd + 08e3926 commit e3da85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipelines:
env:
- ADHOC: true
- IGNORE_CACHE: true
- OMNIBUS_USE_INTERNAL_SOURCES: true
- OMNIBUS_USE_INTERNAL_SOURCES: false
- omnibus/adhoc-canary:
canary: true
definition: .expeditor/adhoc-canary.omnibus.yml
Expand Down
2 changes: 1 addition & 1 deletion omnibus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
windows_arch env_omnibus_windows_arch

use_git_caching true
use_internal_sources ENV.fetch("OMNIBUS_USE_INTERNAL_SOURCES", true)
use_internal_sources ENV.fetch("OMNIBUS_USE_INTERNAL_SOURCES", false)

# Enable S3 asset caching
# ------------------------------
Expand Down

0 comments on commit e3da85e

Please sign in to comment.