Skip to content

Commit adce98e

Browse files
committed
REMOVE BEFORE MERGING - for testing only
1 parent e636212 commit adce98e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ inputs.ref }}
4141
project_name: ${{ inputs.project_name }}
4242
platform_list: ${{ inputs.platform_list }}
43-
vanagon_branch: ${{ inputs.vanagon_branch }}
43+
#vanagon_branch: ${{ inputs.vanagon_branch }}
4444
secrets: inherit
4545
build_dev:
4646
if: ${{ github.event.inputs.use_dev == 'true' }}

configs/projects/agent-runtime-main.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
project 'agent-runtime-main' do |proj|
22

3+
proj.version '9999-99-99-1'
34
# Set preferred component versions if they differ from defaults:
45
proj.setting :ruby_version, '3.2' # Leave the .Z out for Ruby 3.2
56
proj.setting :rubygem_highline_version, '3.0.1'

0 commit comments

Comments
 (0)