From 4cbb9e371decbb547ef7402d3b858582281e59d5 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 29 Sep 2024 08:01:58 +0300 Subject: [PATCH] Forgot git pull from the update script --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index fcae3e6..1b5567b 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,5 @@ #!/bin/bash +git pull curl -X POST "https://jenkins.staging.scheme.org/reload-configuration-as-code/?casc-reload-token=${CASC_RELOAD_TOKEN}"