From c631b253c533646a107888a809b55e2b45a7a166 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Sat, 29 Apr 2023 14:48:37 +0200 Subject: [PATCH] added git pull --- autobuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autobuild.sh b/autobuild.sh index f70095e..3093268 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -5,6 +5,8 @@ BASE_IMAGE="registry.opensuse.org/opensuse/tumbleweed" TARGET_REPO="git.rre.nu/jonas/" PACKAGE_NAME="restic" +git pull + echo "Pulling latest tumbleweed" podman pull "${BASE_IMAGE}:latest"