Skip to content

Commit 23e2251

Browse files
committed
Badge creation was not quite working.
1 parent 3401f58 commit 23e2251

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/ci.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ jobs:
583583
- name: Generate badge for x86_64-pc-windows-msvc
584584
run: "if [ \"${{ needs.x86_64-pc-windows-msvc.result }}\" == \"success\" ];\
585585
\ then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\
586-
\n TEXT=\"failing\"\nfi\ncat > status/x86_64-pc-windows-msvc.svg << 'SVGEOF'\n\
586+
\n TEXT=\"failing\"\nfi\ncat > status/x86_64-pc-windows-msvc.svg << SVGEOF\n\
587587
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n\
588588
\ <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\"\
589589
\ stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
@@ -598,7 +598,7 @@ jobs:
598598
- name: Generate badge for s390x-ibm-linux-gnu
599599
run: "if [ \"${{ needs.s390x-ibm-linux-gnu.result }}\" == \"success\" ]; then\n\
600600
\ COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\n TEXT=\"\
601-
failing\"\nfi\ncat > status/s390x-ibm-linux-gnu.svg << 'SVGEOF'\n<svg xmlns=\"\
601+
failing\"\nfi\ncat > status/s390x-ibm-linux-gnu.svg << SVGEOF\n<svg xmlns=\"\
602602
http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n <linearGradient\
603603
\ id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\" stop-color=\"#bbb\"\
604604
\ stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\".1\"/>\n\
@@ -613,7 +613,7 @@ jobs:
613613
- name: Generate badge for s390x-musl-linux
614614
run: "if [ \"${{ needs.s390x-musl-linux.result }}\" == \"success\" ]; then\n\
615615
\ COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\n TEXT=\"\
616-
failing\"\nfi\ncat > status/s390x-musl-linux.svg << 'SVGEOF'\n<svg xmlns=\"\
616+
failing\"\nfi\ncat > status/s390x-musl-linux.svg << SVGEOF\n<svg xmlns=\"\
617617
http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n <linearGradient\
618618
\ id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\" stop-color=\"#bbb\"\
619619
\ stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\".1\"/>\n\
@@ -628,7 +628,7 @@ jobs:
628628
- name: Generate badge for x86_64-alpine-linux
629629
run: "if [ \"${{ needs.x86_64-alpine-linux.result }}\" == \"success\" ]; then\n\
630630
\ COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\n TEXT=\"\
631-
failing\"\nfi\ncat > status/x86_64-alpine-linux.svg << 'SVGEOF'\n<svg xmlns=\"\
631+
failing\"\nfi\ncat > status/x86_64-alpine-linux.svg << SVGEOF\n<svg xmlns=\"\
632632
http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n <linearGradient\
633633
\ id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\" stop-color=\"#bbb\"\
634634
\ stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\".1\"/>\n\
@@ -643,7 +643,7 @@ jobs:
643643
- name: Generate badge for riscv64-musl-linux
644644
run: "if [ \"${{ needs.riscv64-musl-linux.result }}\" == \"success\" ]; then\n\
645645
\ COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\n TEXT=\"\
646-
failing\"\nfi\ncat > status/riscv64-musl-linux.svg << 'SVGEOF'\n<svg xmlns=\"\
646+
failing\"\nfi\ncat > status/riscv64-musl-linux.svg << SVGEOF\n<svg xmlns=\"\
647647
http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n <linearGradient\
648648
\ id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\" stop-color=\"#bbb\"\
649649
\ stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\".1\"/>\n\
@@ -658,7 +658,7 @@ jobs:
658658
- name: Generate badge for aarch64-pc-windows-gnu
659659
run: "if [ \"${{ needs.aarch64-pc-windows-gnu.result }}\" == \"success\" ];\
660660
\ then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\
661-
\n TEXT=\"failing\"\nfi\ncat > status/aarch64-pc-windows-gnu.svg << 'SVGEOF'\n\
661+
\n TEXT=\"failing\"\nfi\ncat > status/aarch64-pc-windows-gnu.svg << SVGEOF\n\
662662
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n\
663663
\ <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\"\
664664
\ stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
@@ -674,7 +674,7 @@ jobs:
674674
run: "if [ \"${{ needs.aarch64-pc-windows-msvc.result }}\" == \"success\"\
675675
\ ]; then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"\
676676
red\"\n TEXT=\"failing\"\nfi\ncat > status/aarch64-pc-windows-msvc.svg\
677-
\ << 'SVGEOF'\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
677+
\ << SVGEOF\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
678678
20\">\n <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"\
679679
0\" stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
680680
.1\"/>\n </linearGradient>\n <mask id=\"a\">\n <rect width=\"220\"\
@@ -688,7 +688,7 @@ jobs:
688688
- name: Generate badge for i386-unknown-linux-gnu
689689
run: "if [ \"${{ needs.i386-unknown-linux-gnu.result }}\" == \"success\" ];\
690690
\ then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\
691-
\n TEXT=\"failing\"\nfi\ncat > status/i386-unknown-linux-gnu.svg << 'SVGEOF'\n\
691+
\n TEXT=\"failing\"\nfi\ncat > status/i386-unknown-linux-gnu.svg << SVGEOF\n\
692692
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n\
693693
\ <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\"\
694694
\ stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
@@ -703,7 +703,7 @@ jobs:
703703
- name: Generate badge for x86_64-pc-windows-gnu
704704
run: "if [ \"${{ needs.x86_64-pc-windows-gnu.result }}\" == \"success\" ];\
705705
\ then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\
706-
\n TEXT=\"failing\"\nfi\ncat > status/x86_64-pc-windows-gnu.svg << 'SVGEOF'\n\
706+
\n TEXT=\"failing\"\nfi\ncat > status/x86_64-pc-windows-gnu.svg << SVGEOF\n\
707707
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n\
708708
\ <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\"\
709709
\ stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
@@ -718,7 +718,7 @@ jobs:
718718
- name: Generate badge for ppc64le-musl-linux
719719
run: "if [ \"${{ needs.ppc64le-musl-linux.result }}\" == \"success\" ]; then\n\
720720
\ COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\n TEXT=\"\
721-
failing\"\nfi\ncat > status/ppc64le-musl-linux.svg << 'SVGEOF'\n<svg xmlns=\"\
721+
failing\"\nfi\ncat > status/ppc64le-musl-linux.svg << SVGEOF\n<svg xmlns=\"\
722722
http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n <linearGradient\
723723
\ id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\" stop-color=\"#bbb\"\
724724
\ stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\".1\"/>\n\
@@ -733,7 +733,7 @@ jobs:
733733
- name: Generate badge for aarch64-pc-linux-gnu
734734
run: "if [ \"${{ needs.aarch64-pc-linux-gnu.result }}\" == \"success\" ];\
735735
\ then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\
736-
\n TEXT=\"failing\"\nfi\ncat > status/aarch64-pc-linux-gnu.svg << 'SVGEOF'\n\
736+
\n TEXT=\"failing\"\nfi\ncat > status/aarch64-pc-linux-gnu.svg << SVGEOF\n\
737737
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n\
738738
\ <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\"\
739739
\ stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
@@ -749,7 +749,7 @@ jobs:
749749
run: "if [ \"${{ needs.powerpc64le-unknown-linux-gnu.result }}\" == \"success\"\
750750
\ ]; then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"\
751751
red\"\n TEXT=\"failing\"\nfi\ncat > status/powerpc64le-unknown-linux-gnu.svg\
752-
\ << 'SVGEOF'\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
752+
\ << SVGEOF\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
753753
20\">\n <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"\
754754
0\" stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
755755
.1\"/>\n </linearGradient>\n <mask id=\"a\">\n <rect width=\"220\"\
@@ -763,7 +763,7 @@ jobs:
763763
- name: Generate badge for aarch64-apple-ios
764764
run: "if [ \"${{ needs.aarch64-apple-ios.result }}\" == \"success\" ]; then\n\
765765
\ COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\n TEXT=\"\
766-
failing\"\nfi\ncat > status/aarch64-apple-ios.svg << 'SVGEOF'\n<svg xmlns=\"\
766+
failing\"\nfi\ncat > status/aarch64-apple-ios.svg << SVGEOF\n<svg xmlns=\"\
767767
http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n <linearGradient\
768768
\ id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\" stop-color=\"#bbb\"\
769769
\ stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\".1\"/>\n\
@@ -778,7 +778,7 @@ jobs:
778778
- name: Generate badge for aarch64-apple-darwin
779779
run: "if [ \"${{ needs.aarch64-apple-darwin.result }}\" == \"success\" ];\
780780
\ then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\
781-
\n TEXT=\"failing\"\nfi\ncat > status/aarch64-apple-darwin.svg << 'SVGEOF'\n\
781+
\n TEXT=\"failing\"\nfi\ncat > status/aarch64-apple-darwin.svg << SVGEOF\n\
782782
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n\
783783
\ <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\"\
784784
\ stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
@@ -793,7 +793,7 @@ jobs:
793793
- name: Generate badge for x86_64-apple-darwin
794794
run: "if [ \"${{ needs.x86_64-apple-darwin.result }}\" == \"success\" ]; then\n\
795795
\ COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\n TEXT=\"\
796-
failing\"\nfi\ncat > status/x86_64-apple-darwin.svg << 'SVGEOF'\n<svg xmlns=\"\
796+
failing\"\nfi\ncat > status/x86_64-apple-darwin.svg << SVGEOF\n<svg xmlns=\"\
797797
http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n <linearGradient\
798798
\ id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\" stop-color=\"#bbb\"\
799799
\ stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\".1\"/>\n\
@@ -809,7 +809,7 @@ jobs:
809809
run: "if [ \"${{ needs.x86_64-unknown-linux-android.result }}\" == \"success\"\
810810
\ ]; then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"\
811811
red\"\n TEXT=\"failing\"\nfi\ncat > status/x86_64-unknown-linux-android.svg\
812-
\ << 'SVGEOF'\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
812+
\ << SVGEOF\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
813813
20\">\n <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"\
814814
0\" stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
815815
.1\"/>\n </linearGradient>\n <mask id=\"a\">\n <rect width=\"220\"\
@@ -823,7 +823,7 @@ jobs:
823823
- name: Generate badge for x86_64-pc-linux-gnu
824824
run: "if [ \"${{ needs.x86_64-pc-linux-gnu.result }}\" == \"success\" ]; then\n\
825825
\ COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\n TEXT=\"\
826-
failing\"\nfi\ncat > status/x86_64-pc-linux-gnu.svg << 'SVGEOF'\n<svg xmlns=\"\
826+
failing\"\nfi\ncat > status/x86_64-pc-linux-gnu.svg << SVGEOF\n<svg xmlns=\"\
827827
http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n <linearGradient\
828828
\ id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\" stop-color=\"#bbb\"\
829829
\ stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\".1\"/>\n\
@@ -839,7 +839,7 @@ jobs:
839839
run: "if [ \"${{ needs.powerpc-unknown-linux-gnu.result }}\" == \"success\"\
840840
\ ]; then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"\
841841
red\"\n TEXT=\"failing\"\nfi\ncat > status/powerpc-unknown-linux-gnu.svg\
842-
\ << 'SVGEOF'\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
842+
\ << SVGEOF\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
843843
20\">\n <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"\
844844
0\" stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
845845
.1\"/>\n </linearGradient>\n <mask id=\"a\">\n <rect width=\"220\"\
@@ -854,7 +854,7 @@ jobs:
854854
run: "if [ \"${{ needs.riscv64-unknown-linux-gnu.result }}\" == \"success\"\
855855
\ ]; then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"\
856856
red\"\n TEXT=\"failing\"\nfi\ncat > status/riscv64-unknown-linux-gnu.svg\
857-
\ << 'SVGEOF'\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
857+
\ << SVGEOF\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
858858
20\">\n <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"\
859859
0\" stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
860860
.1\"/>\n </linearGradient>\n <mask id=\"a\">\n <rect width=\"220\"\
@@ -869,7 +869,7 @@ jobs:
869869
run: "if [ \"${{ needs.sparc64-unknown-linux-gnu.result }}\" == \"success\"\
870870
\ ]; then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"\
871871
red\"\n TEXT=\"failing\"\nfi\ncat > status/sparc64-unknown-linux-gnu.svg\
872-
\ << 'SVGEOF'\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
872+
\ << SVGEOF\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
873873
20\">\n <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"\
874874
0\" stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
875875
.1\"/>\n </linearGradient>\n <mask id=\"a\">\n <rect width=\"220\"\
@@ -883,7 +883,7 @@ jobs:
883883
- name: Generate badge for aarch64-alpine-linux
884884
run: "if [ \"${{ needs.aarch64-alpine-linux.result }}\" == \"success\" ];\
885885
\ then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\
886-
\n TEXT=\"failing\"\nfi\ncat > status/aarch64-alpine-linux.svg << 'SVGEOF'\n\
886+
\n TEXT=\"failing\"\nfi\ncat > status/aarch64-alpine-linux.svg << SVGEOF\n\
887887
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n\
888888
\ <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\"\
889889
\ stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
@@ -898,7 +898,7 @@ jobs:
898898
- name: Generate badge for i386-alpine-linux
899899
run: "if [ \"${{ needs.i386-alpine-linux.result }}\" == \"success\" ]; then\n\
900900
\ COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\n TEXT=\"\
901-
failing\"\nfi\ncat > status/i386-alpine-linux.svg << 'SVGEOF'\n<svg xmlns=\"\
901+
failing\"\nfi\ncat > status/i386-alpine-linux.svg << SVGEOF\n<svg xmlns=\"\
902902
http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n <linearGradient\
903903
\ id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\" stop-color=\"#bbb\"\
904904
\ stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\".1\"/>\n\
@@ -913,7 +913,7 @@ jobs:
913913
- name: Generate badge for armv7-musl-linux
914914
run: "if [ \"${{ needs.armv7-musl-linux.result }}\" == \"success\" ]; then\n\
915915
\ COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"red\"\n TEXT=\"\
916-
failing\"\nfi\ncat > status/armv7-musl-linux.svg << 'SVGEOF'\n<svg xmlns=\"\
916+
failing\"\nfi\ncat > status/armv7-musl-linux.svg << SVGEOF\n<svg xmlns=\"\
917917
http://www.w3.org/2000/svg\" width=\"220\" height=\"20\">\n <linearGradient\
918918
\ id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"0\" stop-color=\"#bbb\"\
919919
\ stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\".1\"/>\n\
@@ -929,7 +929,7 @@ jobs:
929929
run: "if [ \"${{ needs.mips64el-unknown-linux-gnuabi64.result }}\" == \"success\"\
930930
\ ]; then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"\
931931
red\"\n TEXT=\"failing\"\nfi\ncat > status/mips64el-unknown-linux-gnuabi64.svg\
932-
\ << 'SVGEOF'\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
932+
\ << SVGEOF\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
933933
20\">\n <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"\
934934
0\" stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
935935
.1\"/>\n </linearGradient>\n <mask id=\"a\">\n <rect width=\"220\"\
@@ -944,7 +944,7 @@ jobs:
944944
run: "if [ \"${{ needs.arm-unknown-linux-gnueabihf.result }}\" == \"success\"\
945945
\ ]; then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"\
946946
red\"\n TEXT=\"failing\"\nfi\ncat > status/arm-unknown-linux-gnueabihf.svg\
947-
\ << 'SVGEOF'\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
947+
\ << SVGEOF\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
948948
20\">\n <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"\
949949
0\" stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
950950
.1\"/>\n </linearGradient>\n <mask id=\"a\">\n <rect width=\"220\"\
@@ -959,7 +959,7 @@ jobs:
959959
run: "if [ \"${{ needs.mipsel-unknown-linux-gnu.result }}\" == \"success\"\
960960
\ ]; then\n COLOR=\"brightgreen\"\n TEXT=\"passing\"\nelse\n COLOR=\"\
961961
red\"\n TEXT=\"failing\"\nfi\ncat > status/mipsel-unknown-linux-gnu.svg\
962-
\ << 'SVGEOF'\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
962+
\ << SVGEOF\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"220\" height=\"\
963963
20\">\n <linearGradient id=\"b\" x2=\"0\" y2=\"100%\">\n <stop offset=\"\
964964
0\" stop-color=\"#bbb\" stop-opacity=\".1\"/>\n <stop offset=\"1\" stop-opacity=\"\
965965
.1\"/>\n </linearGradient>\n <mask id=\"a\">\n <rect width=\"220\"\

0 commit comments

Comments
 (0)