Skip to content

Commit d366718

Browse files
committed
fixup! fixup! fixup! ansible: stop promotion if missing assets
1 parent dce7c11 commit d366718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/www-standalone/tools/promote/test/check_r2_assets.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const testcases = [
5151
' \x1B[33m\x1B[1m⚠\x1B[22m\x1B[39m The following assets are expected for v22.x but are currently missing from R2 staging:\n' +
5252
' • node-v22.12.0-linux-armv7l.tar.gz\n' +
5353
' • node-v22.12.0-linux-armv7l.tar.xz\n' +
54-
' \x1B[33mPromote if you are certain this is the the correct course of action\x1B[39m\n',
54+
' \u001b[33mPromote if you are certain this is the the correct course of action\u001b[39m\n',
5555
setup: async function setup (context) {
5656
context.rcloneLs[context.r2StagingDir] = await fixture('partial-v22.12.0.json');
5757
}

0 commit comments

Comments
 (0)