Skip to content

Commit 2ce76c6

Browse files
committed
perf: Remove forced jobs params on bundle
1 parent 7490904 commit 2ce76c6

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

18-2.6.6/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

20-2.6.10/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source /etc/profile.d/secret.sh
1919
# if any changes to Gemfile occur between runs (e.g. if you mounted the
2020
# host directory in the container), it will install changes before proceeding
2121
if [ -f Gemfile ]; then
22-
bundle check || bundle install --jobs 4 --retry 3
22+
bundle check || bundle install --retry 3
2323
fi
2424

2525
if [ "$RAILS_ENV" == "production" ]; then

20-2.6.6/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

20-2.6.8/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

20-2.6.9/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source /etc/profile.d/secret.sh
1919
# if any changes to Gemfile occur between runs (e.g. if you mounted the
2020
# host directory in the container), it will install changes before proceeding
2121
if [ -f Gemfile ]; then
22-
bundle check || bundle install --jobs 4 --retry 3
22+
bundle check || bundle install --retry 3
2323
fi
2424

2525
if [ "$RAILS_ENV" == "production" ]; then

20-2.7.4/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source /etc/profile.d/secret.sh
1919
# if any changes to Gemfile occur between runs (e.g. if you mounted the
2020
# host directory in the container), it will install changes before proceeding
2121
if [ -f Gemfile ]; then
22-
bundle check || bundle install --jobs 4 --retry 3
22+
bundle check || bundle install --retry 3
2323
fi
2424

2525
if [ "$RAILS_ENV" == "production" ]; then

20-2.7.5/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source /etc/profile.d/secret.sh
1919
# if any changes to Gemfile occur between runs (e.g. if you mounted the
2020
# host directory in the container), it will install changes before proceeding
2121
if [ -f Gemfile ]; then
22-
bundle check || bundle install --jobs 4 --retry 3
22+
bundle check || bundle install --retry 3
2323
fi
2424

2525
if [ "$RAILS_ENV" == "production" ]; then

20-2.7.6/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source /etc/profile.d/secret.sh
1919
# if any changes to Gemfile occur between runs (e.g. if you mounted the
2020
# host directory in the container), it will install changes before proceeding
2121
if [ -f Gemfile ]; then
22-
bundle check || bundle install --jobs 4 --retry 3
22+
bundle check || bundle install --retry 3
2323
fi
2424

2525
if [ "$RAILS_ENV" == "production" ]; then

20-2.7.7/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source /etc/profile.d/secret.sh
1919
# if any changes to Gemfile occur between runs (e.g. if you mounted the
2020
# host directory in the container), it will install changes before proceeding
2121
if [ -f Gemfile ]; then
22-
bundle check || bundle install --jobs 4 --retry 3
22+
bundle check || bundle install --retry 3
2323
fi
2424

2525
if [ "$RAILS_ENV" == "production" ]; then

20-2.7.8/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source /etc/profile.d/secret.sh
1919
# if any changes to Gemfile occur between runs (e.g. if you mounted the
2020
# host directory in the container), it will install changes before proceeding
2121
if [ -f Gemfile ]; then
22-
bundle check || bundle install --jobs 4 --retry 3
22+
bundle check || bundle install --retry 3
2323
fi
2424

2525
if [ "$RAILS_ENV" == "production" ]; then

20-3.0.2/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

20-3.0.3/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

20-3.1.2/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

22-3.1.2/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

22-3.1.4/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

22-3.2.2/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

22-3.2.4/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

24-3.2.2/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

24-3.2.4/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

24-3.3.4/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# if any changes to Gemfile occur between runs (e.g. if you mounted the
1212
# host directory in the container), it will install changes before proceeding
1313
if [ -f Gemfile ]; then
14-
bundle check || bundle install --jobs 4 --retry 3
14+
bundle check || bundle install --retry 3
1515
fi
1616

1717
if [ "$RAILS_ENV" == "production" ]; then

0 commit comments

Comments
 (0)