mirror of
https://github.com/certat/intelmq-docker.git
synced 2026-04-30 08:28:29 +02:00
FIX: Fetching remote git modules
Signed-off-by: Sebastian Waldbauer <waldbauer@cert.at>
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
build_version="3.0.1"
|
build_version="3.0.2"
|
||||||
namespace="certat"
|
namespace="certat"
|
||||||
|
|
||||||
docker login
|
docker login
|
||||||
|
|||||||
Executable
+3
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
git submodule update --remote
|
||||||
|
git pull --recurse-submodules
|
||||||
Reference in New Issue
Block a user