Skip to content

Commit

Permalink
retry made 1
Browse files Browse the repository at this point in the history
Signed-off-by: RajeshPaul38 <rajesh.paul@progress.com>
  • Loading branch information
RajeshPaul38 committed Jun 28, 2024
1 parent a0dd733 commit 96c006e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omnibus/omnibus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# Customize compiler bits
# ------------------------------
build_retries 5
build_retries 1
fetcher_read_timeout 120

# Load additional software
Expand All @@ -47,4 +47,4 @@

# Build in FIPS compatability mode
# ------------------------------
fips_mode (ENV['OMNIBUS_FIPS_MODE'] || '').downcase == "true"
fips_mode (ENV['OMNIBUS_FIPS_MODE'] || '').downcase == 'true'

0 comments on commit 96c006e

Please sign in to comment.