mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 01:02:52 +01:00
FIX: Fetching remote git modules
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
@@ -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
3
update_submodules.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
git submodule update --remote
|
||||
git pull --recurse-submodules
|
||||
Reference in New Issue
Block a user