-
Notifications
You must be signed in to change notification settings - Fork 52
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
nomad-pack add registry does not honer default main/master branch #490
Comments
May I ask how you resolved it |
Like i said created a master branch again and have that as well. its not a workaround perse but it makes it work. |
@lm2497358068, @Thadir: You can avoid creating an additional branch by specifying the branch to target using the
|
I am running them in containers as part of my pipline. But I would expect that pact will honer the main branch flag and not default to master. This is my containerised version ill update it later this week to test with the new version v0.1.1:
|
What I tried to do on nomad pack is add our own internal tempaltes. Trough the folwoing command:
nomad-pack registry add arval ssh://gitea@gitea.internal/nomad_pack_templates.git
The target repo I use had main as only branch. However i get the folowing error:
Work around is creating a master branch. But our default and only branch was main.
The text was updated successfully, but these errors were encountered: