FIX: Fetching remote git modules

Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
Sebastian Waldbauer
2021-09-14 18:39:43 +02:00
parent f83d557c7f
commit 8daad990f0
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
build_version="3.0.1"
build_version="3.0.2"
namespace="certat"
docker login

3
update_submodules.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
git submodule update --remote
git pull --recurse-submodules