File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
cookbooks/travis_ci_ubuntu_2204/attributes Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -192,10 +192,6 @@ provisioners:
192
192
<% if ENV['CHEF_PROFILING'] % >
193
193
- recipe[poise-profiler]
194
194
<% end % >
195
- - type : shell
196
- scripts :
197
- - packer-scripts/rvm-install
198
- execute_command : " {{ .Vars }} exec bash '{{ .Path }}'"
199
195
- type : shell
200
196
scripts :
201
197
- packer-scripts/ensure-travis-user
Original file line number Diff line number Diff line change 94
94
override [ 'travis_build_environment' ] [ 'nodejs_default' ] = '18.18.2'
95
95
96
96
rubies = %w[
97
+ 2.7.8
97
98
3.0.4
98
99
3.1.2
99
100
]
102
103
103
104
104
105
# changing default ruby version due to dpl issues
105
- override [ 'travis_build_environment' ] [ 'default_ruby' ] = '3.1.2 '
106
+ override [ 'travis_build_environment' ] [ 'default_ruby' ] = '2.7.8 '
106
107
override [ 'travis_build_environment' ] [ 'rubies' ] = rubies
107
108
108
109
override [ 'travis_build_environment' ] [ 'otp_releases' ] = %w[
You can’t perform that action at this time.
0 commit comments