<@U01JVDKASAC> is there a way to disable this beha...
# seed
a
@Frank is there a way to disable this behavior on SEED? I mean, I don’t need at the moment, to generate the downstream assets. Also… if I’m NOT using promotion, and only using branch-deploy… do I really need it?
f
Hey @Adrián Mouly, yeah we are adding a way to turn this off via the buildspec. @Ross Coundon was looking for something similar.
Will have something soon!
a
Thank you sir.
Buildspec is the
seed.yml
?
Or what is that?
f
yup yup
a
Nice!
@Frank did you guys checked this? 😩
f
Ah yeah, we are looking into this. @Ross Coundon @Adrián Mouly do you guys want to turn off downstream artifacts for all stages? Or just turning off for certain stages?
a
For everything, due I’m using branch watcher.
f
Hey @Adrián Mouly, just added support for this. You can now turn off generating downstream artifacts by setting this in your
seed.yml
Copy code
disable_artifacts: true
a
Thanks @Frank, going to check it.
r
Worked for me 😄
See the skipping... msg in build logs
a
The build takes less time?
f
The build is marked done before generating the downstream artifacts. So you shouldn’t notice any difference in build time.
a
Ok cool.
@Frank
disable_artifacts: true
it’s a global var, right?
f
Yup 👍