ThePrimeagen / ts-rust-zig-deez

605 stars 160 forks source link

bug???: pr-worthy-yaml.... #256

Open Fa-C-Shus opened 1 year ago

Fa-C-Shus commented 1 year ago

I think there was a change to the yaml that is causing the Build docker image for every language to fail.

About 5 hours ago my builds were working fine passing job first line of step: for i in dart-funk; do if [[ $i != .* ]]; then pushd "$i"; make docker-build; popd; fi; done

now with failing job first line: for i in dart-funk "dart-funk; do if [[ $i != .* ]]; then pushd "$i"; make docker-build; popd; fi; done

Please note the quote before the directory name in the failing job. Not sure if it's the dash in the folder name

which makes the error sound about right: line 1: unexpected EOF while looking for matching `"'

Consider me a dolt and help me understand why I'm wrong here ;-)

Spongman commented 1 year ago

Try removing the file names with spaces from the PR.