File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 id : changed-files
2424 uses : tj-actions/changed-files@v45
2525
26- gooddata-ruby-lcm-integration-e2e :
27- needs :
28- - prepare-env
29- uses : ./.github/workflows/lcm-integration-e2e.yaml
30- secrets : inherit
31- permissions :
32- id-token : write
33- contents : read
34- if : ${{ needs.prepare-env.outputs.branch == 'master' }}
35- with :
36- AUTO_MERGE : false
37- base_branch : ${{ needs.prepare-env.outputs.branch }}
38- pr_number : ${{ needs.prepare-env.outputs.pr_number }}
39- java_version : ' 11'
40- ruby_version : ' jruby-9.4.12.1'
41-
4226 gooddata-ruby-lcm-build-pipeline :
4327 needs :
4428 - gooddata-ruby-lcm-integration-e2e
Original file line number Diff line number Diff line change 1- 3.7.103
1+ 3.7.104
Original file line number Diff line number Diff line change @@ -179,9 +179,6 @@ def initialize(opts)
179179
180180 # Connect using username and password
181181 def connect ( username , password , options = { } )
182- if RUBY_ENGINE == "jruby" && RUBY_ENGINE_VERSION >= '9.4.12.0'
183- Psych ::Parser . code_point_limit = 100 * MB
184- end
185182 server = options [ :server ] || Helpers ::AuthHelper . read_server
186183 options = DEFAULT_LOGIN_PAYLOAD . merge ( options )
187184 headers = options [ :headers ] || { }
You can’t perform that action at this time.
0 commit comments