Skip to content

Commit

Permalink
Remove ARMORY_UMS_VERSION because it's pinned now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha committed Jan 8, 2024
1 parent 90524b9 commit 24c80f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions recovery/cloudbuild_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ steps:
- build
- --build-arg
- TAMAGO_VERSION=${_TAMAGO_VERSION}
- --build-arg
- ARMORY_UMS_VERSION=${_ARMORY_UMS_VERSION}
- -t
- builder-image
- recovery
Expand Down Expand Up @@ -131,7 +129,6 @@ steps:
gs://${_LOG_NAME}/${_ENTRIES_DIR}/$(sha256sum output/recovery_manifest | cut -f1 -d" ")
substitutions:
# Build-related.
_ARMORY_UMS_VERSION: v20231018
_FIRMWARE_BUCKET: armored-witness-firmware-ci-1
_MANUAL_TAG: 0.0.0
_TAMAGO_VERSION: '1.21.3'
Expand Down
3 changes: 0 additions & 3 deletions recovery/cloudbuild_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ steps:
- build
- --build-arg
- TAMAGO_VERSION=${_TAMAGO_VERSION}
- --build-arg
- ARMORY_UMS_VERSION=${_ARMORY_UMS_VERSION}
- -t
- builder-image
- recovery
Expand Down Expand Up @@ -56,7 +54,6 @@ steps:
- output/recovery_manifest_unsigned.json
substitutions:
# Build-related.
_ARMORY_UMS_VERSION: v20231018
_MANUAL_TAG: 0.0.0
_TAMAGO_VERSION: '1.21.3'
# Log-related.
Expand Down

0 comments on commit 24c80f1

Please sign in to comment.