From c2ea66a87f86ba800096bc260bcee490199a901b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=B6nnig?= Date: Thu, 26 Sep 2024 13:45:49 +0200 Subject: [PATCH] some comment --- bin/git-pull-and-if-origin-changed-run-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/git-pull-and-if-origin-changed-run-tests b/bin/git-pull-and-if-origin-changed-run-tests index 3a8476ef..3314ac43 100755 --- a/bin/git-pull-and-if-origin-changed-run-tests +++ b/bin/git-pull-and-if-origin-changed-run-tests @@ -1,4 +1,5 @@ #!/bin/bash +# waits for commits on any branch on origin, pulls and build it # Configuration: Set the remote repository name and check interval BUILD_CMD="gw-test" # Placeholder for the build command