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

Split --disable-final-skip-ci into tag and main commit #76

Open
fungunga opened this issue May 3, 2022 · 1 comment
Open

Split --disable-final-skip-ci into tag and main commit #76

fungunga opened this issue May 3, 2022 · 1 comment

Comments

@fungunga
Copy link

fungunga commented May 3, 2022

If split up, I can use the tag commit (without skip-ci) for further processing and releasing of the tag packages, DEBs, and/or JARs in CI. So I have to use --disable-final-skip-ci and find a way around the automated main commit to NOT start another build.

Any ideas?

@fungunga
Copy link
Author

...doing --disable-final-skip-ci now and react with CI to the tag, main commit and push will be ruled out by a Gitlab CI rule looking at the version number in the commit, such as if: $CI_COMMIT_REF_NAME == "main" && $CI_COMMIT_TITLE !~ /^[\d\.]+$/

…thougt skipping would be nicer, I think… :-)

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

No branches or pull requests

1 participant