Skip to content

Commit

Permalink
fix: retry
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
  • Loading branch information
EyeCantCU committed Dec 13, 2024
1 parent 3ce809a commit a9b2f2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ruby3.1-fluentd-kubernetes-daemonset-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ subpackages:
bundle config set path ${{targets.contextdir}}/fluentd/vendor/bundle
bundle config set clean 'true'
bundle config set deployment 'true'
bundle install --gemfile ./Gemfile --jobs $(nproc)
bundle install --gemfile ./Gemfile --jobs $(nproc) --retry 3
bundle config unset path
# Copy gemfile
Expand Down
2 changes: 1 addition & 1 deletion ruby3.2-fluentd-kubernetes-daemonset-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ subpackages:
bundle config set path ${{targets.contextdir}}/fluentd/vendor/bundle
bundle config set clean 'true'
bundle config set deployment 'true'
bundle install --gemfile ./Gemfile --jobs $(nproc)
bundle install --gemfile ./Gemfile --jobs $(nproc) --retry 3
bundle config unset path
# Copy gemfile
Expand Down
2 changes: 1 addition & 1 deletion ruby3.3-fluentd-kubernetes-daemonset-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ subpackages:
bundle config set path ${{targets.contextdir}}/fluentd/vendor/bundle
bundle config set clean 'true'
bundle config set deployment 'true'
bundle install --gemfile ./Gemfile --jobs $(nproc)
bundle install --gemfile ./Gemfile --jobs $(nproc) --retry 3
bundle config unset path
# Copy gemfile
Expand Down
2 changes: 1 addition & 1 deletion ruby3.4-fluentd-kubernetes-daemonset-1.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ subpackages:
bundle config set path ${{targets.contextdir}}/fluentd/vendor/bundle
bundle config set clean 'true'
bundle config set deployment 'true'
bundle install --gemfile ./Gemfile --jobs $(nproc)
bundle install --gemfile ./Gemfile --jobs $(nproc) --retry 3
bundle config unset path
# Copy gemfile
Expand Down

0 comments on commit a9b2f2f

Please sign in to comment.