-
-
Notifications
You must be signed in to change notification settings - Fork 225
Closed
Labels
Description
Issue
When having a stack from a git repository with a non main branch, it doesn't work.
Error message during push:
command
cd /etc/komodo/repos/<the repo name> && git push --set-upstream origin main
stderr
error: src refspec main does not match any
error: failed to push some refs to 'https://github.com/Chuckame/<the repo name>'
I've configured master but it still uses main
To reproduce
- Create a repository and set a branch name to something else than
main - create a stack from a git repository
- Start the stack
- Then make a change in the docker compose file
- Then save -> Here it fails 💥
ridvan-cln and ionyx0