Closed mertcelebi closed 1 year ago
Yup just ran chmod u+x
on the scripts and the 100644 -> 100755
represents the file permission changes.
This could've been caught locally too since the correct calls to the bin/
scripts shouldn't be like this Rscript $projectDir/bin/...
but just the script name (this only works if the script is executable).
This is one of the fixes we needed to make to make the pipeline run on Tower.