Open davidwendt opened 8 months ago
Yeah I run into this sometimes too. The problem is that the tools aren't actually exporting those variables, they just forward them along via calls. I'd support setting them the first time they're provided to prevent this kind of thing unless there's a problem with that approach that I'm not aware of.
Following Reproducing CI Locally instructions recently has started to prompt twice for the
RAPIDS_BUILD_TYPE
,RAPIDS_REPOSITORY
, andRAPIDS_REF_NAME
.Example running
ci\build_docs.sh
(though any script that requires artifacts also does this):One prompt is from
rapids-download-conda-from-s3
and the 2nd is fromrapids-download-from-s3
. Both export the variables so I'm not sure why the 2nd one does not see them.After filling out both sets of prompts, the process completes successfully. Simply workaround is to set these 3 variables locally before launching the script.