Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

job-script: run the global init-script before sourcing the job script #4534

Merged
merged 2 commits into from
Dec 14, 2021

Commits on Dec 13, 2021

  1. job-script: run the global init-script before sourcing the job script

    * Closes cylc#4520
    * Allows jobs to be run on machienes which don't have a home directory
      by setting $HOME in the global init-script.
    * This comes with some caveats:
      * The global init-script will no longer be covered by error trapping.
      * The job environment will no longer be available to the global init-script.
      * In debug mode the global init-script will not be included in xtrace output.
    oliver-sanders committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    cc63bc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    6f43551 View commit details
    Browse the repository at this point in the history