Skip to content

Commit 54fd9bc

Browse files
Merge pull request #25181 from Luap99/new-images
new images 2025-01-31
2 parents 7afb601 + 4a0006d commit 54fd9bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
DEBIAN_NAME: "debian-13"
3434

3535
# Image identifiers
36-
IMAGE_SUFFIX: "c20250107t132430z-f41f40d13"
36+
IMAGE_SUFFIX: "c20250131t121915z-f41f40d13"
3737

3838
# EC2 images
3939
FEDORA_AMI: "fedora-aws-${IMAGE_SUFFIX}"

contrib/cirrus/postbuild.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -eo pipefail
44

5+
# shellcheck source=contrib/cirrus/lib.sh
6+
source $(dirname $0)/lib.sh
7+
58
# Skip this entire script when run under nightly treadmill cron job.
69
#
710
# Treadmill vendors in containers/<many>, which may bring in new versions

0 commit comments

Comments
 (0)