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

set-meta-releases: output whole dict of branch info #60

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

MetRonnie
Copy link
Member

@MetRonnie MetRonnie commented Oct 27, 2023

Supersedes #58, allows us to checkout the correct version of cylc-doc in the nightly runs.

Example dict output

{
    "8.2": {
        "cylc/cylc-flow": "8.2.x",
        "cylc/cylc-doc": "8.2.x",
        "cylc/cylc-rose": "1.3.x",
        "cylc/cylc-uiserver": "1.4.x",
        "metomi/rose": "2.1.x"
    },
    "8.2-jps-v1": {
        "cylc/cylc-flow": "8.2.x",
        "cylc/cylc-doc": "8.2.x",
        "cylc/cylc-rose": "1.3.x",
        "cylc/cylc-uiserver": "1.3.x",
        "metomi/rose": "2.1.x"
    },
    "8.3": {
        "cylc/cylc-flow": "master",
        "cylc/cylc-doc": "master",
        "cylc/cylc-rose": "master",
        "cylc/cylc-uiserver": "master",
        "metomi/rose": "master"
    }
}

@MetRonnie MetRonnie added this to the v1 milestone Oct 27, 2023
@MetRonnie MetRonnie self-assigned this Oct 27, 2023
@MetRonnie
Copy link
Member Author

Test failures fixed in #61

@MetRonnie MetRonnie merged commit a785ad9 into cylc:v1 Nov 2, 2023
3 of 4 checks passed
@MetRonnie MetRonnie deleted the meta branch November 2, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants