File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,14 +140,14 @@ jobs:
140140          repository : fabric8io/kubernetes-client 
141141          path : fkc 
142142
143-       - name : Build Quarkus  PR if requested 
143+       - name : Build Fabrtic8 client  PR if requested 
144144        if : " ${{ inputs.fkc-pr != '' }}" 
145145        id : build-fkc-pr 
146146        run : | 
147147          cd fkc 
148148          git fetch origin pull/${{ github.event.inputs.fkc-pr }}/head:pr-to-check 
149149          git switch pr-to-check 
150-           ./update-version.sh  999.${{ github.event.inputs.fkc-pr }}-SNAPSHOT 
150+           mvn versions:set -DnewVersion= 999.${{ github.event.inputs.fkc-pr }}-SNAPSHOT versions:commit  
151151          echo "f8_pr_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT 
152152          mvn clean install -DskipTests 
153153          cd - 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments