Skip to content

Commit

Permalink
Revert temporary build setting
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
  • Loading branch information
tpowell-progress committed Sep 26, 2024
1 parent 3b97bc1 commit 21f050e
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: false
- OMNIBUS_USE_INTERNAL_SOURCES: true
- 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", false)
use_internal_sources ENV.fetch("OMNIBUS_USE_INTERNAL_SOURCES", true)

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

0 comments on commit 21f050e

Please sign in to comment.