We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checks which are in the post-install plugin are missing from the pre-install step:
[jinja2:suite.rc
[empy:suite.rc]
root-dir
#!/bin/bash set -x DIR="${HOME}/cylc-src/tmp.230" mkdir -p "${DIR}" cat > "${DIR}/rose-suite.conf" <<__HERE__ root-dir = ~/foo [jinja2:suite.rc] __HERE__ touch "${DIR}/suite.rc" cylc validate "${DIR}" # ... no warnings cylc install "${DIR}" # ... warnings
test.txt
Cylc Rose should display this warning prior to installation.
The text was updated successfully, but these errors were encountered:
Actual cause described in cylc/cylc-flow#5582 - which should close this tickets
Sorry, something went wrong.
wxtim
No branches or pull requests
Description
Checks which are in the post-install plugin are missing from the pre-install step:
[jinja2:suite.rc
(presumably[empy:suite.rc]
too?).root-dir
.Reproducible Example
test.txt
Expected Behaviour
Cylc Rose should display this warning prior to installation.
The text was updated successfully, but these errors were encountered: