We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b49f4 commit c0f3fecCopy full SHA for c0f3fec
.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,5 +1,6 @@
1
project 'agent-runtime-main' do |proj|
2
-
+
3
+ proj.version '9999-99-99-1'
4
# Set preferred component versions if they differ from defaults:
5
proj.setting :ruby_version, '3.2' # Leave the .Z out for Ruby 3.2
6
proj.setting :rubygem_highline_version, '3.0.1'
0 commit comments