Skip to content

Commit b6ac397

Browse files
Pin patch builds to base 1405 (#773)
* Pin patch builds to base 1405 Co-authored-by: Jason Naylor <jason_naylor@sil.org>
1 parent 67f919a commit b6ac397

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/patch-installer-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ on:
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
@@ -62,7 +62,7 @@ jobs:
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"

0 commit comments

Comments
 (0)