Closed caufieldjh closed 1 year ago
The publish stage of the build encounters this error:
17:01:53 + s3cmd -c **** put -pr --acl-public --cf-invalidate 20221207 s3://kg-hub-public-data/kg-idg/ 17:01:53 /var/lib/jenkins/workspace/nowledge-graph-hub_kg-idg_master/gitrepo@tmp/durable-621943ac/script.sh: 1: s3cmd: not found
Interestingly, other s3cmd commands work as expected.
All calls to s3cmd need to be preceded by . venv/bin/activate && - and this one isn't.
. venv/bin/activate &&
Describe the bug
The publish stage of the build encounters this error:
Interestingly, other s3cmd commands work as expected.