File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939# on Jenkins-built bases.
4040 base_release :
4141 description : ' The github release for the base build artifacts (separate only for bootstrapping; should be removed after 9.3 is the stable)'
42- default : ' build-1398 ' # When updating this, update base_build_number and their fallbacks below, too.
42+ default : ' build-1405 ' # When updating this, update base_build_number and their fallbacks below, too.
4343 base_build_number :
4444 description : ' The base build number'
4545 required : false
46- default : ' 1398 '
46+ default : ' 1405 '
4747 make_release :
4848 description : ' Should the release be pushed to s3 - use false for test builds'
4949 required : false
6262 LcmRootDir : ${{ github.workspace }}/Localizations/LCM
6363 FILESTOSIGNLATER : ./signExternally
6464 GH_TOKEN : ${{ github.token }}
65- BASE_BUILD_NUMBER : ${{ inputs.base_build_number || '1398 ' }}
65+ BASE_BUILD_NUMBER : ${{ inputs.base_build_number || '1405 ' }}
6666 name : Build Debug and run Tests
6767 runs-on : windows-latest
6868 steps :
@@ -170,7 +170,7 @@ jobs:
170170 - name : Import Base Build Artifacts
171171 shell : pwsh
172172 run : |
173- $release = "${{ inputs.base_release || 'build-1398 ' }}"
173+ $release = "${{ inputs.base_release || 'build-1405 ' }}"
174174 $repo = "${{ github.repository }}"
175175
176176 Write-Host "Downloading artifacts for release $release from $repo"
You can’t perform that action at this time.
0 commit comments