File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 3333 name : Build stage - Test with latest RC version of Aerospike Enterprise Server
3434 uses : ./.github/workflows/build-pr.yaml
3535 with :
36- branch : ${{ github.base_ref || inputs.branch }}
36+ branch : ${{ github.ref }}
3737 source-branch : ${{ inputs.source-branch || github.base_ref }}
3838 use-server-rc : true
3939 upload-artifacts : false
Original file line number Diff line number Diff line change 5757 <artifactId >jbcrypt</artifactId >
5858 <version >0.4</version >
5959 </dependency >
60+ <dependency >
61+ <groupId >org.yaml</groupId >
62+ <artifactId >snakeyaml</artifactId >
63+ <version >2.4</version >
64+ </dependency >
6065 </dependencies >
6166 <parent >
6267 <groupId >org.sonatype.oss</groupId >
Original file line number Diff line number Diff line change 5757 <artifactId >jbcrypt</artifactId >
5858 <version >0.4</version >
5959 </dependency >
60+ <dependency >
61+ <groupId >org.yaml</groupId >
62+ <artifactId >snakeyaml</artifactId >
63+ <version >2.4</version >
64+ </dependency >
6065 </dependencies >
6166 <parent >
6267 <groupId >org.sonatype.oss</groupId >
You can’t perform that action at this time.
0 commit comments