I have a autosys job with the below command
cd /homes/epsi95/sanity_check/build-config && ./run.sh postcheck_definition.json
Description: There is a run.sh
file inside /homes/epsi95/sanity_check/build-config
, I cd
ing into that folder and running the command and passing the command line argument ./run.sh postcheck_definition.json
But the job is failing. But when I run the command from the command line it is working perfectly. How can I fix it?