semaphore
semaphore copied to clipboard
Tasks templates not pulling changes to the repository before execution
I use semaphore in a docker setup (v2.8.89) with a selfhosted git repository. While setting up the environment I noticed the changes I push to the repository are not automatically synced when a task template is run, despite the log saying Updating Repository
right at the beginning. I have to manually perform a git pull
in the repositories in /tmp/semaphore
in the docker container or outright delete them in order to get new changes.
Is this behavior intended or am I maybe just missing something in my setup? Is there a dedicated button somewhere to update the repository?
same issue here
Same issue, also when using semaphore with snap and pulling the playbooks from github. Possibly related - we are pulling from a branch.