Does seed expose an env var called “CI” during the...
# seed
a
Does seed expose an env var called “CI” during the build process?
f
Not currently. The
SEED_APP_NAME
is always present. Does that work?
a
yeah, should work, thanks.
f
I think
CI
is a standard environment variable for CI systems. Let me add it in.
@Ashishkumar Pandey, just pushed out an update.
CI
should be set to
true
in the build environment.
a
Amazing! Thank you very much.
g
Legend!