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

add CI script to automatically update a git tag #2530

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

k-yle
Copy link
Contributor

@k-yle k-yle commented Oct 13, 2024

Currently, anyone who wants to consume ELI's data has to fetch the data directly from the main git branch (via github pages or github), since this repository does not do versioning.

This can be risky, and cause confusion when the CI is failing on the main branch (like what happened last week).

To give data consumers more certainty, this PR introduces a weekly cronjob which moves a git tag to the latest commit on the main branch, but only if the CI is passing.

This gives people the flexibility to consume data directly from the main branch, or from this git tag if you want to be more safe.

Tested in a fork of this repository (logs here)

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.

1 participant