I have an issue where I'm using scie-pants in CI.....
# general
p
I have an issue where I'm using scie-pants in CI... which fails as followed but doesn't reproduce locally 🤔 CI
Copy code
Run pants tailor --check update-build-files --check ::
Would create BUILD:
  - Add shell_sources target root
locally same commit
Copy code
pants tailor --check update-build-files --check ::
17:21:35.06 [INFO] No required changes to BUILD files found.
✅ 1
b
Are you downloading/creating a transient shell script in the root of the repository, in CI? Pants will notice it and add the target, if so
p
Oh goodcall. The github action downloads
get-pants.sh
That was it. :)