We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4a6a3 commit 75cf71aCopy full SHA for 75cf71a
2 files changed
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
ref: ${{ inputs.ref }}
41
project_name: ${{ inputs.project_name }}
42
platform_list: ${{ inputs.platform_list }}
43
- vanagon_branch: ${{ inputs.vanagon_branch }}
+ #vanagon_branch: ${{ inputs.vanagon_branch }}
44
secrets: inherit
45
build_dev:
46
if: ${{ github.event.inputs.use_dev == 'true' }}
configs/projects/agent-runtime-main.rb
@@ -1,4 +1,5 @@
1
project 'agent-runtime-main' do |proj|
2
+ proj.version '9999-99-99-1'
3
# Set preferred component versions if they differ from defaults:
4
proj.setting :ruby_version, '3.2' # Leave the .Z out for Ruby 3.2
5
proj.setting :rubygem_highline_version, '3.0.1'
0 commit comments