File tree Expand file tree Collapse file tree
.buildkite/scripts/pipelines Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ ls_options=(
2727 -d # only list directories
2828 -l # include additional details about the subdir, notably the date as a second field
2929)
30- echo " Getting all but the most recent 50 PR staging links..."
30+ echo " Getting all but the most recent 100 PR staging links..."
3131list=$( gsutil ls " ${ls_options[@]} " " gs://${BUCKET} /pr_*" \
3232 | sort -k 2 ` # sort by the 2nd field returned by -l which is a timestamp` \
33- | head -n -50 ` # remove the last 50 items, so basically keep the latest 50 staging docs` \
33+ | head -n -100 ` # remove the last 100 items, so basically keep the latest 100 staging docs` \
3434)
3535while IFS= read -r line || [[ -n $line ]]; do
3636 url=" $( echo -e " ${line} " | tr -d ' [:space:]' ) " # trim the leading whitespaces
Original file line number Diff line number Diff line change 1+ - Updated ` launch ` glyph for ` EuiIcon `
Original file line number Diff line number Diff line change @@ -4372,15 +4372,17 @@ exports[`EuiIcon props type launch is rendered 1`] = `
43724372 xmlns = " http://www.w3.org/2000/svg"
43734373>
43744374 <path
4375- d = " M11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
4375+ clip-rule = " evenodd"
4376+ d = " M10 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM9 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"
4377+ fill-rule = " evenodd"
43764378 />
43774379 <path
43784380 clip-rule = " evenodd"
4379- d = " M10.355 1.791A3.5 3.5 0 0 1 12.57 1H14a1 1 0 0 1 1 1v1.43a3.5 3 .5 0 0 1-.791 2.215l-3.144 3.843a2.5 2 .5 0 0 0-.565 1.583v1.636l-1.646 1.647a .5.5 0 0 1-.557.103l-.634-.282a11.5 11.5 0 0 1 -5.838-5.838l-.282-.634a .5.5 0 0 1 .103-.557L3.293 5.5h1.636a2.5 2 .5 0 0 0 1.583-.565l3.843-3.144ZM12.57 2a2.5 2.5 0 0 0-1.583.565L7.145 5.71a3.5 3.5 0 0 1-2.215.79H3.707l-1.11 1.11.142.32a10.498 10.498 0 0 0 1.825 2.799l2.082-2.083a.5.5 0 1 1 .708.708L5.27 11.436a10.496 10.496 0 0 0 2.798 1.825l.32.143L9.5 12.293V11.07a3.5 3.5 0 0 1 .791 -2.216l3.144-3.843A2.5 2.5 0 0 0 14 3.43V2h-1.43Z "
4381+ d = " M6.679 12.967c.353-.136.697-.3 1.033-.475l1.36 2.265a.5 .5 0 0 0 .828.043l3-4a.5 .5 0 0 0-.046-.654l-.886-.886C13.604 7.456 15 4.913 15 1.5a .5.5 0 0 0-.5-.5c-3.413 0 -5.956 1.395-7.76 3.033l-.886-.887A .5.5 0 0 0 5.2 3.1l-4 3a.5 .5 0 0 0 .043.829l2.264 1.358a9.59 9.59 0 0 0-.475 1.036v.001a.5.5 0 0 0 .114.53l3 3c.139.138.35.182.533.113ZM4.09 9.384l2.525 2.525a14.616 14.616 0 0 0 3.555-2.285c1.841-1.612 3.657-4.076 3.818-7.612-3.537.16-6.001 1.976-7.613 3.817A14.617 14.617 0 0 0 4.09 9.384Zm-.096-1.97a15.616 15.616 0 0 1 2.03 -2.682l-.572-.572-3.058 2.294 1.6.96Zm5.551 6.191-.96-1.6a15.617 15.617 0 0 0 2.682-2.03l.572.572-2.294 3.058Z "
43804382 fill-rule = " evenodd"
43814383 />
43824384 <path
4383- d = " M1.9 10.7a .5.5 0 0 0-.88.163l-1 3.5A. 5.5 0 0 0 0 14.5v1a. 5.5 0 0 0 .5.5h1a.502.502 0 0 0 .137-.02l3.5- 1a.5.5 0 0 0 .163-.88l-1.314-.986a5.5 5 .5 0 0 1-1.1-1.1L1.9 10.7Z "
4385+ d = " M3.854 12.146a .5.5 0 0 1 0 .708l-2 2a. 5.5 0 0 1-.708-.708l2-2a. 5.5 0 0 1 .708 0Zm2 1.708a.5.5 0 0 0-.708-.708l-1 1a.5.5 0 0 0 .708.708l1-1Zm-3-3.708a.5 .5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0Z "
43844386 />
43854387</svg >
43864388` ;
Original file line number Diff line number Diff line change @@ -29,13 +29,17 @@ const EuiIconLaunch = ({
2929 { ...props }
3030 >
3131 { title ? < title id = { titleId } > { title } </ title > : null }
32- < path d = "M11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" />
3332 < path
3433 fillRule = "evenodd"
35- d = "M10.355 1.791A3.5 3.5 0 0 1 12.57 1H14a1 1 0 0 1 1 1v1.43a3.5 3.5 0 0 1-.791 2.215l-3.144 3.843a2.5 2.5 0 0 0-.565 1.583v1.636l-1.646 1.647a.5.5 0 0 1-.557.103l-.634-.282a11.5 11.5 0 0 1-5.838-5.838l-.282-.634a.5.5 0 0 1 .103-.557L3.293 5.5h1.636a2.5 2.5 0 0 0 1.583-.565l3.843-3.144ZM12.57 2a2.5 2.5 0 0 0-1.583.565L7.145 5.71a3.5 3.5 0 0 1-2.215.79H3.707l-1.11 1.11.142.32a10.498 10.498 0 0 0 1.825 2.799l2.082-2.083a.5.5 0 1 1 .708.708L5.27 11.436a10.496 10.496 0 0 0 2.798 1.825l.32.143L9.5 12.293V11.07a3.5 3.5 0 0 1 .791-2.216l3.144-3.843A2.5 2.5 0 0 0 14 3.43V2h-1.43Z "
34+ d = "M10 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM9 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z "
3635 clipRule = "evenodd"
3736 />
38- < path d = "M1.9 10.7a.5.5 0 0 0-.88.163l-1 3.5A.5.5 0 0 0 0 14.5v1a.5.5 0 0 0 .5.5h1a.502.502 0 0 0 .137-.02l3.5-1a.5.5 0 0 0 .163-.88l-1.314-.986a5.5 5.5 0 0 1-1.1-1.1L1.9 10.7Z" />
37+ < path
38+ fillRule = "evenodd"
39+ d = "M6.679 12.967c.353-.136.697-.3 1.033-.475l1.36 2.265a.5.5 0 0 0 .828.043l3-4a.5.5 0 0 0-.046-.654l-.886-.886C13.604 7.456 15 4.913 15 1.5a.5.5 0 0 0-.5-.5c-3.413 0-5.956 1.395-7.76 3.033l-.886-.887A.5.5 0 0 0 5.2 3.1l-4 3a.5.5 0 0 0 .043.829l2.264 1.358a9.59 9.59 0 0 0-.475 1.036v.001a.5.5 0 0 0 .114.53l3 3c.139.138.35.182.533.113ZM4.09 9.384l2.525 2.525a14.616 14.616 0 0 0 3.555-2.285c1.841-1.612 3.657-4.076 3.818-7.612-3.537.16-6.001 1.976-7.613 3.817A14.617 14.617 0 0 0 4.09 9.384Zm-.096-1.97a15.616 15.616 0 0 1 2.03-2.682l-.572-.572-3.058 2.294 1.6.96Zm5.551 6.191-.96-1.6a15.617 15.617 0 0 0 2.682-2.03l.572.572-2.294 3.058Z"
40+ clipRule = "evenodd"
41+ />
42+ < path d = "M3.854 12.146a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0Zm2 1.708a.5.5 0 0 0-.708-.708l-1 1a.5.5 0 0 0 .708.708l1-1Zm-3-3.708a.5.5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0Z" />
3943 </ svg >
4044) ;
4145export const icon = EuiIconLaunch ;
You can’t perform that action at this time.
0 commit comments