Set LATEST_GA flag to true
This commit is contained in:
		
							parent
							
								
									3da3f27f14
								
							
						
					
					
						commit
						0548f90b2b
					
				| 
						 | 
					@ -623,7 +623,7 @@ jobs:
 | 
				
			||||||
        <<: *sdkman-task-params
 | 
					        <<: *sdkman-task-params
 | 
				
			||||||
        RELEASE_TYPE: RELEASE
 | 
					        RELEASE_TYPE: RELEASE
 | 
				
			||||||
        BRANCH: ((branch))
 | 
					        BRANCH: ((branch))
 | 
				
			||||||
        LATEST_GA: false
 | 
					        LATEST_GA: true
 | 
				
			||||||
- name: update-homebrew-tap
 | 
					- name: update-homebrew-tap
 | 
				
			||||||
  serial: true
 | 
					  serial: true
 | 
				
			||||||
  plan:
 | 
					  plan:
 | 
				
			||||||
| 
						 | 
					@ -639,7 +639,7 @@ jobs:
 | 
				
			||||||
      image: ci-image
 | 
					      image: ci-image
 | 
				
			||||||
      file: git-repo/ci/tasks/update-homebrew-tap.yml
 | 
					      file: git-repo/ci/tasks/update-homebrew-tap.yml
 | 
				
			||||||
      params:
 | 
					      params:
 | 
				
			||||||
        LATEST_GA: false
 | 
					        LATEST_GA: true
 | 
				
			||||||
    - put: homebrew-tap-repo
 | 
					    - put: homebrew-tap-repo
 | 
				
			||||||
      params:
 | 
					      params:
 | 
				
			||||||
        repository: updated-homebrew-tap-repo
 | 
					        repository: updated-homebrew-tap-repo
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue