From 8daad990f098e88c1c1f7840b80c19c8b5869fd8 Mon Sep 17 00:00:00 2001 From: Sebastian Waldbauer Date: Tue, 14 Sep 2021 18:39:43 +0200 Subject: [PATCH] FIX: Fetching remote git modules Signed-off-by: Sebastian Waldbauer --- publish.sh | 2 +- update_submodules.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 update_submodules.sh diff --git a/publish.sh b/publish.sh index 28430b2..7cc9fd2 100755 --- a/publish.sh +++ b/publish.sh @@ -1,5 +1,5 @@ #!/bin/bash -build_version="3.0.1" +build_version="3.0.2" namespace="certat" docker login diff --git a/update_submodules.sh b/update_submodules.sh new file mode 100755 index 0000000..c4d9e6b --- /dev/null +++ b/update_submodules.sh @@ -0,0 +1,3 @@ +#!/bin/bash +git submodule update --remote +git pull --recurse-submodules