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
my obs-service-obs_scm version: 0.10.30
obs-service-obs_scm
0.10.30
obs_scm If the project top level has a directory with the same name as the branch, the pull will fail.
obs_scm
Here's my _service.
_service
<services> <service name="obs_scm"> <param name="scm">git</param> <param name="url">https://github.com/XTLS/Xray-core.git</param> <param name="revision">main</param> <param name="versionformat">@PARENT_TAG@+git.%h</param> <param name="versionrewrite-pattern">v(. *)</param> <param name="changesgenerate">disable</param> </service <service mode="buildtime" name="tar" /> <service mode="buildtime" name="recompress"> <param name="file">*.tar</param <param name="compression">gz</param> </service <service mode="buildtime" name="set_version" /> </services
For example, the project Xray-core contains a main directory with the same name as the branch.
main
I forked the project and renamed the main directory and it pulled up fine.
Currently I can only pull using <param name="revision">origin/main</param>.
<param name="revision">origin/main</param>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
my
obs-service-obs_scm
version:0.10.30
obs_scm
If the project top level has a directory with the same name as the branch, the pull will fail.Here's my
_service
.For example, the project Xray-core contains a
main
directory with the same name as the branch.I forked the project and renamed the
main
directory and it pulled up fine.Currently I can only pull using
<param name="revision">origin/main</param>
.The text was updated successfully, but these errors were encountered: