Skip to content

Commit c0f3fec

Browse files
committed
REMOVE BEFORE MERGING - for testing only
1 parent d2b49f4 commit c0f3fec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
project 'agent-runtime-main' do |proj|
2-
2+
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)