Closed diegodelemos closed 6 years ago
We will implement this by prepending a cd to every command sent to job controller so:
cd
CMD="cd $SHARED_VOLUME/$WORKFLOW_WORKSPACE && [user_provided_command]"
So users when writing serial specs will just name files as they are referencing working directory ones.
Closed by https://github.com/reanahub/reana-workflow-engine-serial/pull/9.
We will implement this by prepending a
cd
to every command sent to job controller so:So users when writing serial specs will just name files as they are referencing working directory ones.