Skip to content

Commit 37a7600

Browse files
committed
fix: retry
Signed-off-by: RJ Sampson <[email protected]>
1 parent 3ce809a commit 37a7600

4 files changed

+4
-4
lines changed

ruby3.1-fluentd-kubernetes-daemonset-1.17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ subpackages:
7070
bundle config set path ${{targets.contextdir}}/fluentd/vendor/bundle
7171
bundle config set clean 'true'
7272
bundle config set deployment 'true'
73-
bundle install --gemfile ./Gemfile --jobs $(nproc)
73+
bundle install --gemfile ./Gemfile --jobs $(nproc) --retry 7
7474
bundle config unset path
7575
7676
# Copy gemfile

ruby3.2-fluentd-kubernetes-daemonset-1.17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ subpackages:
7070
bundle config set path ${{targets.contextdir}}/fluentd/vendor/bundle
7171
bundle config set clean 'true'
7272
bundle config set deployment 'true'
73-
bundle install --gemfile ./Gemfile --jobs $(nproc)
73+
bundle install --gemfile ./Gemfile --jobs $(nproc) --retry 7
7474
bundle config unset path
7575
7676
# Copy gemfile

ruby3.3-fluentd-kubernetes-daemonset-1.17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ subpackages:
7070
bundle config set path ${{targets.contextdir}}/fluentd/vendor/bundle
7171
bundle config set clean 'true'
7272
bundle config set deployment 'true'
73-
bundle install --gemfile ./Gemfile --jobs $(nproc)
73+
bundle install --gemfile ./Gemfile --jobs $(nproc) --retry 7
7474
bundle config unset path
7575
7676
# Copy gemfile

ruby3.4-fluentd-kubernetes-daemonset-1.17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ subpackages:
7070
bundle config set path ${{targets.contextdir}}/fluentd/vendor/bundle
7171
bundle config set clean 'true'
7272
bundle config set deployment 'true'
73-
bundle install --gemfile ./Gemfile --jobs $(nproc)
73+
bundle install --gemfile ./Gemfile --jobs $(nproc) --retry 7
7474
bundle config unset path
7575
7676
# Copy gemfile

0 commit comments

Comments
 (0)