some comment

This commit is contained in:
Michael Hönnig 2024-09-26 13:45:49 +02:00
parent 4eceb41ebc
commit c2ea66a87f

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# waits for commits on any branch on origin, pulls and build it
# Configuration: Set the remote repository name and check interval # Configuration: Set the remote repository name and check interval
BUILD_CMD="gw-test" # Placeholder for the build command BUILD_CMD="gw-test" # Placeholder for the build command